@ -33,4 +33,6 @@ out
#node.js
node_modules/
dist
configs.js
@ -1,18 +0,0 @@
/**
* 设置api请求的baseURL
*/
let configs = {
// 请求协议
protocol : 'http',
// 请求域名
host: 'api.1hjz.3ncto.com.cn',
// 基础路径
basePath: ''
}
export default {
baseURL: configs.protocol + '://' + configs.host + configs.basePath,
// baseURL: '',
isDev: false