Commit 40c4d57f authored by lizhichao's avatar lizhichao

名称

parent ac51d6b0
{
"name": "zehong",
"version": "3.5.0",
"description": "泽宏管理系统",
"description": "智慧管网管理系统",
"author": "泽宏",
"license": "MIT",
"scripts": {
......
......@@ -35,7 +35,7 @@ export default {
},
data() {
return {
title: '泽宏管理系统',
title: '智慧管网管理系统',
logo: logoImg
}
}
......
module.exports = {
title: '泽宏管理系统',
title: '智慧管网管理系统',
/**
* 侧边栏主题 深色主题theme-dark,浅色主题theme-light
......
......@@ -6,7 +6,7 @@ function resolve(dir) {
return path.join(__dirname, dir)
}
const name = defaultSettings.title || '泽宏管理系统' // 标题
const name = defaultSettings.title || '智慧管网管理系统' // 标题
const port = process.env.port || process.env.npm_config_port || 80 // 端口
......@@ -34,7 +34,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://222.223.203.154:8092/gassafety`,
target: `http://localhost:8903/gassafety`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment