|
|
@@ -3,7 +3,8 @@ const CONFIG = {
|
|
3
|
3
|
development: {
|
|
4
|
4
|
assetsPath: '/static', // 静态资源路径
|
|
5
|
5
|
// baseUrl: 'http://192.168.8.10:8033/',
|
|
6
|
|
- baseUrl: 'http://39.164.159.192:8000/', // 本地外网地址
|
|
|
6
|
+ baseUrl: 'https://zyfb.zzrmyy.com/', // 本地外网地址
|
|
|
7
|
+ // baseUrl: 'http://39.164.159.192:8000/', // 本地外网地址
|
|
7
|
8
|
hostUrl: '', // H5地址(前端运行地址)
|
|
8
|
9
|
weixinAppId: '' // 微信公众号appid
|
|
9
|
10
|
|
|
|
@@ -12,8 +13,8 @@ const CONFIG = {
|
|
12
|
13
|
production: {
|
|
13
|
14
|
assetsPath: '/static', // 静态资源路径
|
|
14
|
15
|
// baseUrl: 'http://192.168.8.10:8033/',
|
|
15
|
|
- baseUrl: 'http://39.164.159.192:8000/',
|
|
16
|
|
- // baseUrl: 'http://117.159.24.43:8000/', // 本地外网地址
|
|
|
16
|
+ // baseUrl: 'http://39.164.159.192:8000/',
|
|
|
17
|
+ baseUrl: 'https://zyfb.zzrmyy.com/', // 本地外网地址
|
|
17
|
18
|
|
|
18
|
19
|
hostUrl: '', // H5地址(前端运行地址)
|
|
19
|
20
|
weixinAppId: '' // 微信公众号appid
|