Explorar o código

生产环境用域名访问

zhh %!s(int64=6) %!d(string=hai) anos
pai
achega
211bb22ea7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      config/prod.env.js

+ 1 - 1
config/prod.env.js

@@ -1,5 +1,5 @@
 'use strict'
 module.exports = {
   NODE_ENV: '"production"',
-  BASE_API: '"http://localhost:8080"'
+  BASE_API: '"http://mall-admin:8080"'
 }