|
@@ -2,11 +2,11 @@ let BASE_URL = ''
|
|
let FILE_URL = ''
|
|
let FILE_URL = ''
|
|
// baseurl 联调时改url
|
|
// baseurl 联调时改url
|
|
if (process.env.NODE_ENV == 'development') {
|
|
if (process.env.NODE_ENV == 'development') {
|
|
- BASE_URL = 'https://www.gzrea.cn:8443/wxmp/api';
|
|
|
|
- FILE_URL = 'https://www.gzrea.cn:8443/wxmp/static/icon';
|
|
|
|
|
|
+ BASE_URL = 'https://www.gzrea.cn/wxmp/api';
|
|
|
|
+ FILE_URL = 'https://www.gzrea.cn/wxmp/static/icon';
|
|
}else{
|
|
}else{
|
|
- BASE_URL = 'https://www.gzrea.cn:8443/wxmp/api';
|
|
|
|
- FILE_URL = 'https://www.gzrea.cn:8443/wxmp/static/icon';
|
|
|
|
|
|
+ BASE_URL = 'https://www.gzrea.cn/wxmp/api';
|
|
|
|
+ FILE_URL = 'https://www.gzrea.cn/wxmp/static/icon';
|
|
}
|
|
}
|
|
|
|
|
|
const configService = {
|
|
const configService = {
|