浏览代码

去掉场站名称默认值“从前有座山”

xusl 1 年之前
父节点
当前提交
998b2ca420
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ipfcst/ipfcst-reportquery/src/main/frontend/layout/components/Sidebar/Logo.vue

+ 1 - 1
ipfcst/ipfcst-reportquery/src/main/frontend/layout/components/Sidebar/Logo.vue

@@ -29,7 +29,7 @@ export default {
     return {
       title: 'Vue Admin Template',
       logo: '',
-      elName: "从前有座山"
+      elName: ""
     }
   },
   created() {