achao 1 year ago
parent
commit
36a31bcdfa
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://api.mitopowder.online"',
-    BASE_API: '"https://api.mitopowder.online/m.api"'
+    HOST: '"https://api.mitopowder.com"',
+    BASE_API: '"https://api.mitopowder.com/m.api"'
 }