gongdecai 2 年之前
父節點
當前提交
ffacfd75bd
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      unimall-admin/config/prod.env.js

+ 2 - 2
unimall-admin/config/prod.env.js

@@ -1,6 +1,6 @@
 module.exports = {
     NODE_ENV: '"production"',
     ENV_CONFIG: '"prod"',
-    HOST: '"https://pinche.cspc.cn"',
-    BASE_API: '"https://pinche.cspc.cn/m.api"'
+    HOST: '"https://shiyaopinche.cspc.cn"',
+    BASE_API: '"https://shiyaopinche.cspc.cn/m.api"'
 }