ccjgmwz il y a 2 ans
Parent
commit
4a1e11e350
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      unimall-admin/config/dev.env.js

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

@@ -1,6 +1,6 @@
 module.exports = {
 	NODE_ENV: '"development"',
   ENV_CONFIG: '"dev"',
-    HOST: '"http://localhost:8081"',
-    BASE_API: '"http://localhost:8081/m.api"'
+    HOST: '"http://localhost:8181"',
+    BASE_API: '"http://localhost:8181/m.api"'
 }