Browse Source

2023.11.29
- 更换根路径

zweiqin 1 year ago
parent
commit
16c413822a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/index.js

+ 1 - 1
src/api/index.js

@@ -2,7 +2,7 @@
 import home from './home'
 
 // 获取当前环境变量 true => 生产环境 false => 开发环境
-const BASEURL = (process.env.NODE_ENV === 'production') ? 'https://mtrappapi.tuanfengkeji.cn' : '/api'
+const BASEURL = (process.env.NODE_ENV === 'production') ? 'https://mtrappapi.tfcliao_com' : '/api'
 
 export const api = {
   // 登录模块