This commit is contained in:
冯辉
2026-04-30 17:46:19 +08:00
parent c417b1b86b
commit aa66011a16
2 changed files with 3 additions and 2 deletions

View File

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

View File

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