2 次代碼提交 fa07c082e1 ... d6129abe50

作者 SHA1 備註 提交日期
  songxiaodong d6129abe50 Merge branch 'master' of https://git.flowbb.top/humuyu/appsp 1 年之前
  songxiaodong 056240f169 域名修改 1 年之前
共有 2 個文件被更改,包括 2 次插入2 次删除
  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"', //开发环境
 }