feat: 调整为湖南中烟

This commit is contained in:
2026-01-16 15:23:37 +08:00
parent 9236ef0280
commit f2f10d60b6
4 changed files with 32 additions and 32 deletions

View File

@ -6,9 +6,9 @@ function resolve(dir) {
* 修改serverHost时记得同时将main.js里面的serverHost也改一下
*/
// const serverHost = "http://192.168.3.113:8006"; // 石:3.113 46:石wifi
const localHost = "http://192.168.1.4:8056";
const localHost = "http://192.168.1.11:8056";
// const serverHost = "http://10.52.28.184:9328"; // 1.4 石 1.11嘉陵 1.15
const serverHost = "http://192.168.1.4:8056"; // 1.4 石 1.11嘉陵 1.15
const serverHost = "http://192.168.1.11:8056"; // 1.4 石 1.11嘉陵 1.15
// const serverHost = "http://192.168.1.115:8006";
// const serverHost = "http://183.222.39.242:8006";
// https://cli.vuejs.org/zh/guide/webpack.html#%E7%AE%80%E5%8D%95%E7%9A%84%E9%85%8D%E7%BD%AE%E6%96%B9%E5%BC%8F
@ -99,7 +99,7 @@ module.exports = {
.end()
//更改浏览器标题
config.plugin("html").tap(args => {
args[0].title = "甘肃省烟草商业系统安全管理信息化平台"
args[0].title = "湖南中烟烟草商业系统安全管理信息化平台"
return args
})
config.plugin("define").tap(definitions => {