代理
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
2 | module.exports = { | 2 | module.exports = { |
3 | title: 'vue-h5-template', | 3 | title: 'vue-h5-template', |
4 | baseUrl: 'http://localhost:9018', // 项目地址 | 4 | baseUrl: 'http://localhost:9018', // 项目地址 |
5 | baseApi: 'https://test.xxx.com/api', // 本地api请求地址 | 5 | baseApi: 'https://test.xxx.com/api', // 本地api请求地址,注意:如果你使用了代理,请设置成'/' |
6 | APPID: 'xxx', | 6 | APPID: 'xxx', |
7 | APPSECRET: 'xxx', | 7 | APPSECRET: 'xxx', |
8 | $cdn:'https://imgs.solui.cn' | 8 | $cdn:'https://imgs.solui.cn' | ... | ... |
-
Please register or sign in to post a comment