|
|
@@ -1,6 +1,10 @@
|
|
|
const h5Url='https://bossweb.edccc.cn'
|
|
|
const ossUrl='https://yi-zhipin.oss-cn-hangzhou.aliyuncs.com/emoji/'
|
|
|
-if (process.env.NODE_ENV !== 'development') {
|
|
|
+let mobile=0;
|
|
|
+// #ifdef APP-PLUS
|
|
|
+mobile=1
|
|
|
+//#endif
|
|
|
+if (process.env.NODE_ENV !== 'development'||mobile) {
|
|
|
//正式环境
|
|
|
const ROOTPATH = "https://yizhizan.edccc.cn/sqx_fast";
|
|
|
const ROOTPATH1 = "https://yizhizan.edccc.cn/sqx_fast";
|