Commit 63485616 authored by 纪泽龙's avatar 纪泽龙

Merge branch 'develop_jzl'

parents 48441af8 82d7a63a
/*
* @Author: your name
* @Date: 2022-02-26 22:22:56
* @LastEditTime: 2022-03-01 17:00:50
* @LastEditors: your name
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /newDev/gassafety-progress/gassafetyprogress-web/src/settings.js
*/
module.exports = { module.exports = {
title: '智慧管网管理系统', title: '智慧燃气管理系统',
/** /**
* 侧边栏主题 深色主题theme-dark,浅色主题theme-light * 侧边栏主题 深色主题theme-dark,浅色主题theme-light
......
...@@ -6,7 +6,7 @@ function resolve(dir) { ...@@ -6,7 +6,7 @@ function resolve(dir) {
return path.join(__dirname, 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 // 端口 const port = process.env.port || process.env.npm_config_port || 80 // 端口
......
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