1
0

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"', //开发环境
 }