1
0

2 Commits fa07c082e1 ... d6129abe50

Autor SHA1 Mensagem Data
  songxiaodong d6129abe50 Merge branch 'master' of https://git.flowbb.top/humuyu/appsp há 1 ano atrás
  songxiaodong 056240f169 域名修改 há 1 ano atrás
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      web/config/dev.env.js
  2. 1 1
      web/config/prod.env.js

+ 1 - 1
web/config/dev.env.js

@@ -5,5 +5,5 @@ const prodEnv = require('./prod.env')
 module.exports = merge(prodEnv, {
   NODE_ENV: '"development"',
   // BASE_API: '"https://openappsp.anji-plus.com/sp"', //开发环境
-  BASE_API: '"https://fqgz.flowbb.cn:6001/sp"', //开发环境
+  BASE_API: '"https://flowbb.top:600/sp"', //开发环境
 })

+ 1 - 1
web/config/prod.env.js

@@ -2,5 +2,5 @@
 module.exports = {
   NODE_ENV: '"production"',
   // BASE_API: '"https://open-appsp.anji-plus.com/sp"' // 生成环境
-  BASE_API: '"https://fqgz.flowbb.cn:6001/sp"', //开发环境
+  BASE_API: '"https://flowbb.top:6001/sp"', //开发环境
 }