Browse Source

修改dockerfile配置和logo

zq940222 2 months ago
parent
commit
f27a4f5e26
1 changed files with 1 additions and 1 deletions
  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://127.0.0.1:8443"',
+  BASE_API: '"http://47.103.60.8:8443"',
 }