|
@@ -20,7 +20,7 @@ let url = 'http://172.16.101.20:8762/cxzx-kuyun',
|
|
|
let base = '';
|
|
|
// let isRelease = false; //是否是线上发布版本
|
|
|
if (process.env.NODE_ENV !== 'development') {
|
|
|
-// base = window.parent.location.origin || '';
|
|
|
+ base = window.parent.location.origin || '';
|
|
|
url = base + '/cxzx-kuyun';
|
|
|
url2 = base + '/cxzx-program';
|
|
|
kuyunApi = base + '/cxzx-fm';
|