This commit is contained in:
lcw
2026-04-15 16:04:50 +08:00
parent 763057ed9f
commit fbf259663b
41 changed files with 3651 additions and 2148 deletions

View File

@ -9,8 +9,8 @@ function resolve(dir) {
// const serverHost = "http://192.168.191.75:8006"//周
// const serverHost = "http://192.168.212.75:8016"//周
// const serverHost = "http://192.168.1.98:8006"//毛毛
// const serverHost = "http://192.168.193.75:8006"//线上
const serverHost = "http://47.108.232.77:9537"//线上
// const serverHost = "http:// 192.168.1.45:8006"; //线上
const serverHost = "http://47.108.232.77:9537"; //线上
module.exports = {
// configureWebpack: {
// resolve: {
@ -61,7 +61,7 @@ module.exports = {
logLevel: "debug"
},
"/chat": {
target: 'https://api.deepseek.com/',
target: "https://api.deepseek.com/",
changeOrigin: true,
logLevel: "debug"
},