gongdecai 2 years ago
parent
commit
ffacfd75bd
1 changed files with 2 additions and 2 deletions
  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"'
 }