Browse Source

Merge branch 'dev' of https://gitea.anxinyun.cn/gao.zhiyuan/Highways4Good into dev

release_0.0.4
wangyue 3 years ago
parent
commit
2b15382355
  1. 8
      web/config.js

8
web/config.js

@ -44,7 +44,13 @@ const product = {
}, {
entry: require('./client').entry,// 静态信息
opts: {}
}],
}, {
entry: require('./routes').entry,
opts: {
apiUrl: FS_UNIAPP_API,
staticRoot: './client',
}
},],
logger: {
level: 'debug',
json: false,

Loading…
Cancel
Save