浏览代码

优化权限管理页面

evoxwht 2 年之前
父节点
当前提交
7d5c3d4f5e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      template/admin/src/pages/system/systemMenus/components/menusFrom.vue

+ 1 - 1
template/admin/src/pages/system/systemMenus/components/menusFrom.vue

@@ -379,7 +379,7 @@ export default {
         return this.$Message.warning('请填写菜单/按钮/接口名称');
         return this.$Message.warning('请填写菜单/按钮/接口名称');
       }
       }
       if (!this.formValidate.menu_path && this.authType != 2) {
       if (!this.formValidate.menu_path && this.authType != 2) {
-        return this.$Message.warning('请填写页面地址');
+        return this.$Message.warning('请填写页面/按钮地址');
       }
       }
       if (!this.formValidate.api_url && this.authType == 2) {
       if (!this.formValidate.api_url && this.authType == 2) {
         return this.$Message.warning('请填写接口地址');
         return this.$Message.warning('请填写接口地址');