2 Commits

Author SHA1 Message Date
冯辉
6e63f81ede Merge branch 'main' of http://124.243.245.42:3000/sdz/ks-app-employment-service 2026-04-30 17:46:21 +08:00
冯辉
aa66011a16 111 2026-04-30 17:46:19 +08:00
2 changed files with 3 additions and 2 deletions

View File

@@ -6,8 +6,8 @@
*/
export default {
// baseUrl: 'http://39.98.44.136:8080', // 测试
// baseUrl: 'https://www.xjksly.cn/api/ks', // 正式环境
baseUrl: 'http://ks.zhaopinzao8dian.com/api/ks', // 测试
baseUrl: 'https://www.xjksly.cn/api/ks', // 正式环境
// baseUrl: 'http://ks.zhaopinzao8dian.com/api/ks', // 测试
// LCBaseUrl:'http://10.110.145.145:9100',//内网端口
// LCBaseUrlInner:'http://10.110.145.145:10100',//招聘、培训、帮扶

View File

@@ -26,6 +26,7 @@ const encryptPathPrefixes = [
'/app/user/',
'/app/user/resume/',
'/cms/job/recommen/',
'/app/notice/',
];
const isEncryptNeeded = (method, url) => {