|
@@ -3,9 +3,9 @@
|
|
*/
|
|
*/
|
|
const node_dev = process.env.H_NODE_ENV;
|
|
const node_dev = process.env.H_NODE_ENV;
|
|
//运行到浏览器用的
|
|
//运行到浏览器用的
|
|
-let baseUrl='https://xusfoodapi.hw.hongweisoft.com/appapi/app';
|
|
|
|
-let upFileUrl='https://xusfoodapi.hw.hongweisoft.com/appapi/app';
|
|
|
|
-let staticUrl='http://res.hw.hongweisoft.com/xushuo/';
|
|
|
|
|
|
+let baseUrl='https://xusfoodapi.dev.dazesoft.cn/appapi/app';
|
|
|
|
+let upFileUrl='https://xusfoodapi.dev.dazesoft.cn/appapi/app';
|
|
|
|
+let staticUrl='http://res.dev.dazesoft.cn/xushuo/';
|
|
//打包用的
|
|
//打包用的
|
|
if (node_dev) {
|
|
if (node_dev) {
|
|
baseUrl = process.env.H_BASE_URL;
|
|
baseUrl = process.env.H_BASE_URL;
|
|
@@ -14,9 +14,9 @@ if (node_dev) {
|
|
}
|
|
}
|
|
|
|
|
|
//64
|
|
//64
|
|
-// let baseUrl='https://xusfoodapi.hw.hongweisoft.com/appapi/app';
|
|
|
|
-// let upFileUrl='http://fileupload.hw.hongweisoft.com/upload/single/minio';
|
|
|
|
-// let staticUrl='http://res.hw.hongweisoft.com/xushuo/';
|
|
|
|
|
|
+// let baseUrl='https://xusfoodapi.dev.dazesoft.cn/appapi/app';
|
|
|
|
+// let upFileUrl='http://fileupload.dev.dazesoft.cn/upload/single/minio';
|
|
|
|
+// let staticUrl='http://res.dev.dazesoft.cn/xushuo/';
|
|
|
|
|
|
//正式
|
|
//正式
|
|
// let baseUrl='https://xusapi.gzxsjt.cn/appapi/app';
|
|
// let baseUrl='https://xusapi.gzxsjt.cn/appapi/app';
|