@ -35,5 +35,4 @@ out
node_modules/
dist
configs.js
package-lock.json
@ -0,0 +1,21 @@
/**
* 设置api请求的baseURL
*/
let configs = {
// 请求协议
protocol : 'http',
// 请求域名
host: 'www.yihaojiazheng.cn',
// 基础路径
basePath: ''
}
export default {
baseURL: configs.protocol + '://' + configs.host + configs.basePath,
// baseURL: '',
isDev: false,
locationUrl: 'http://www.yihaojiazheng.cn'