fix: 修改标题文字,去除log,修改配置文件
This commit is contained in:
+3
-3
@@ -12,12 +12,12 @@ module.exports = {
|
||||
proxy: {
|
||||
// 配置跨域
|
||||
'/api': {
|
||||
target: 'http://127.0.0.1:7060', // 服务器
|
||||
target: 'http://10.94.1.164:7060', // 服务器
|
||||
changeOrigin: true,
|
||||
},
|
||||
// 请求静态图片配置项
|
||||
'/api/home/pic': {
|
||||
target: 'http://127.0.0.1:7061', // 图片请求的nginx网址
|
||||
target: 'http://10.94.1.164:7061', // 图片请求的nginx网址
|
||||
changeOrigin: true
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ module.exports = {
|
||||
},
|
||||
chainWebpack: config => {
|
||||
config.plugin('html').tap(args => {
|
||||
args[0].title = '长安汽车'
|
||||
args[0].title = '大众'
|
||||
return args
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user