2 Commits fa07c082e1 ... d6129abe50

Auteur SHA1 Message Date
  songxiaodong d6129abe50 Merge branch 'master' of https://git.flowbb.top/humuyu/appsp il y a 1 an
  songxiaodong 056240f169 域名修改 il y a 1 an
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  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"', //开发环境
 }