Browse Source

chore[litemall-admin]: 部署阶段的配置信息调整

Junling Bu 7 years ago
parent
commit
f1eb00ad36
1 changed files with 2 additions and 2 deletions
  1. 2 2
      litemall-admin/config/dep.env.js

+ 2 - 2
litemall-admin/config/dep.env.js

@@ -1,6 +1,6 @@
 module.exports = {
 	NODE_ENV: '"production"',
 	ENV_CONFIG: '"dep"',
-    BASE_API: '"http://localhost:8083/admin"',
-    OS_API: '"http://localhost:8081/os"'
+    BASE_API: '"http://122.152.206.172:8083/admin"',
+    OS_API: '"http://122.152.206.172:8081/os"'
 }