lcw
This commit is contained in:
@ -6,9 +6,11 @@ function resolve(dir) {
|
||||
// http://47.108.232.77:9537/mosty-api/mosty-zhgj/docs.html
|
||||
// const serverHost = "http://47.108.232.77:9537"//线上
|
||||
// const serverHost = "http://192.168.0.231:8006"//线上
|
||||
const serverHost = "http://192.168.231.75:8016"//周
|
||||
// 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://192.168.2.206:8006"//线上
|
||||
module.exports = {
|
||||
// configureWebpack: {
|
||||
// resolve: {
|
||||
@ -52,6 +54,11 @@ module.exports = {
|
||||
changeOrigin: true,
|
||||
logLevel: "debug"
|
||||
},
|
||||
"/api": {
|
||||
target: "http://113.44.155.83:8520",
|
||||
changeOrigin: true,
|
||||
logLevel: "debug"
|
||||
},
|
||||
"/chat": {
|
||||
target: 'https://api.deepseek.com/',
|
||||
changeOrigin: true,
|
||||
@ -111,7 +118,7 @@ module.exports = {
|
||||
.end();
|
||||
//更改浏览器标题
|
||||
config.plugin("html").tap((args) => {
|
||||
args[0].title = "公安";
|
||||
args[0].title = "林芝哨岗系统";
|
||||
return args;
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user