diff --git a/config.js b/config.js index ca0072f..fc18944 100644 --- a/config.js +++ b/config.js @@ -1,8 +1,8 @@ export default { - // baseUrl: 'https://fw.rc.qingdao.gov.cn/rgpp-api', // 内网 + baseUrl: 'https://fw.rc.qingdao.gov.cn/rgpp-api/api', // 内网 // baseUrl: 'https://qd.zhaopinzao8dian.com/api', // 测试 // baseUrl: "http://192.168.98.110:18181", - baseUrl: "http://192.168.3.19:8080", + // baseUrl: "http://192.168.3.19:8080", // sseAI+ // StreamBaseURl: 'http://39.98.44.136:8000', StreamBaseURl: 'https://qd.zhaopinzao8dian.com/ai', diff --git a/index.html b/index.html index 8c0002e..d772756 100644 --- a/index.html +++ b/index.html @@ -26,9 +26,9 @@ - - - + + +
diff --git a/lib/encryption/SM.js b/static/encryption/SM.js similarity index 100% rename from lib/encryption/SM.js rename to static/encryption/SM.js diff --git a/lib/encryption/aes.js b/static/encryption/aes.js similarity index 100% rename from lib/encryption/aes.js rename to static/encryption/aes.js