Browse Source

在系统头部加解释

yuhan 1 year ago
parent
commit
511d6109ed
2 changed files with 6 additions and 0 deletions
  1. 2 0
      src/components/page/GlobalHeader.vue
  2. 4 0
      src/components/tools/UserMenu.vue

+ 2 - 0
src/components/page/GlobalHeader.vue

@@ -19,6 +19,8 @@
 
       <span v-if="device === 'desktop'">欢迎进入 可知可视项目平台</span>
       <span v-else>可知可视项目平台</span>
+      <!-- 改变框架 -->
+      <!-- <span style="color: #d70000;font-size: 16px;margin-left: 22px;">本系统为非密系统,禁止处理涉密信息、禁止上传涉密文件!</span> -->
 
       <user-menu :theme="theme"/>
     </div>

+ 4 - 0
src/components/tools/UserMenu.vue

@@ -32,6 +32,10 @@
       </a>
     </span> -->
     <!-- <header-notice class="action"/> -->
+    
+    <!-- 改变框架 -->
+    <span>本系统未特殊标注的费用、单价、金额单位为'万元'!</span>
+
     <a-dropdown>
       <span class="action action-full ant-dropdown-link user-dropdown-menu">
         <a-avatar class="avatar" size="small" :src="getAvatar()"/>