1
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
18631081161 2026-04-22 03:04:39 +08:00
parent 4b2934fea6
commit 80af6fcde8
2 changed files with 7 additions and 2 deletions

5
admin/env.d.ts vendored
View File

@ -5,3 +5,8 @@ declare module '*.vue' {
const component: DefineComponent<{}, {}, any>
export default component
}
declare module 'element-plus/dist/locale/zh-cn.mjs' {
const zhCn: Record<string, any>
export default zhCn
}

View File

@ -2,8 +2,8 @@ import { getStorage, removeStorage, TOKEN_KEY, LOCALE_KEY } from '../utils/stora
// 后端API基础地址
// MuMu模拟器需使用宿主机局域网IP生产环境替换为正式域名
export const BASE_URL = 'http://192.168.21.9:5082'
// export const BASE_URL = 'https://api.tty.shhmkjgs.cn'
// export const BASE_URL = 'http://192.168.21.9:5082'
export const BASE_URL = 'https://api.tty.shhmkjgs.cn'
/**
* 统一请求封装自动注入Token和语言请求头统一处理响应和错误