素质测评 ai面试修改域名访问地址

This commit is contained in:
2026-01-20 09:55:27 +08:00
parent 9cf5905d5f
commit abd2e79a15
2 changed files with 10 additions and 10 deletions

View File

@@ -1,10 +1,10 @@
let baseUrl = ""
// #ifdef MP-WEIXIN
// 编译项目因为使用插件lime-echartechart文件过大需要非压缩代码方式编译不然会很慢发布的时候才压缩代码方式编译
// let baseUrl = ""
// // #ifdef MP-WEIXIN
// // 编译项目因为使用插件lime-echartechart文件过大需要非压缩代码方式编译不然会很慢发布的时候才压缩代码方式编译
baseUrl = 'https://www.xjksly.cn/career' // 生产环境
// #endif
// baseUrl = 'https://www.xjksly.cn/career' // 生产环境
// // #endif
export {
baseUrl
}
// export {
// baseUrl
// }

View File

@@ -1,5 +1,5 @@
import { baseUrl} from './config.js'
// const baseUrl = "https://localhost:7026/career";
const baseUrl = "https://www.xjksly.cn/career";
const request = {}
const headers = {}