浏览代码

徐明浩
jobticket

徐明浩 3 年之前
父节点
当前提交
dafb4cf7ed
共有 3 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      ui/src/settings.js
  2. 0 0
      ui/src/views/throughcleanbcc/index.vue
  3. 1 1
      ui/vue.config.js

+ 1 - 1
ui/src/settings.js

@@ -1,5 +1,5 @@
 module.exports = {
-  title: 'CPMS管理系统',
+  title: '开票系统',
 
   /**
    * 是否系统布局配置

+ 0 - 0
ui/src/views/ehs/throughcleanbcc/index.vue → ui/src/views/throughcleanbcc/index.vue


+ 1 - 1
ui/vue.config.js

@@ -6,7 +6,7 @@ function resolve(dir) {
   return path.join(__dirname, dir)
 }
 
-const name = defaultSettings.title || 'CPMS管理系统' // 标题
+const name = defaultSettings.title || '开票系统' // 标题
 
 const port = process.env.port || process.env.npm_config_port || 80 // 端口