Browse Source

增加字典提示

QM303176530 4 years ago
parent
commit
472305ec7c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      web/src/view/superAdmin/dictionary/sysDictionary.vue

+ 2 - 0
web/src/view/superAdmin/dictionary/sysDictionary.vue

@@ -104,6 +104,8 @@
         <el-button @click="enterDialog" type="primary">确 定</el-button>
       </div>
     </el-dialog>
+
+    <div style="margin-top:40px;color:red">获取字典且缓存方法已在前端utils/dictionary 已经封装完成 不必自己书写 使用方法查看文件内注释</div>
   </div>
 </template>