所有菜单的 name 都加上模块的前缀,避免冲突

This commit is contained in:
YunaiV
2023-04-08 11:49:28 +08:00
parent 04c3cdf372
commit adb8b58967
70 changed files with 97 additions and 96 deletions

View File

@ -39,7 +39,7 @@
import {getAreaByIp, getAreaTree} from "@/api/system/area";
export default {
name: "Area",
name: "SystemArea",
components: {
},
data() {

View File

@ -117,7 +117,7 @@ import { getDictDatas, DICT_TYPE } from '@/utils/dict'
import {listSimpleUsers} from "@/api/system/user";
export default {
name: "Dept",
name: "SystemDept",
components: { Treeselect },
data() {
return {

View File

@ -111,7 +111,7 @@ import { CommonStatusEnum } from '@/utils/constants'
import { getDictDatas, DICT_TYPE } from '@/utils/dict'
export default {
name: "Data",
name: "SystemDictData",
data() {
return {
// 遮罩层

View File

@ -101,7 +101,7 @@ import { CommonStatusEnum } from '@/utils/constants'
import { getDictDatas, DICT_TYPE } from '@/utils/dict'
export default {
name: "Dict",
name: "SystemDictType",
data() {
return {
// 遮罩层

View File

@ -99,7 +99,7 @@
import { createErrorCode, updateErrorCode, deleteErrorCode, getErrorCode, getErrorCodePage, exportErrorCodeExcel } from "@/api/system/errorCode";
export default {
name: "ErrorCode",
name: "SystemErrorCode",
components: {
},
data() {

View File

@ -66,7 +66,7 @@
import { list, exportLoginLog } from "@/api/system/loginlog";
export default {
name: "Logininfor",
name: "SystemLoginLog",
data() {
return {
// 遮罩层

View File

@ -92,7 +92,7 @@
import { createMailAccount, updateMailAccount, deleteMailAccount, getMailAccount, getMailAccountPage } from "@/api/system/mail/account";
export default {
name: "MailAccount",
name: "SystemMailAccount",
components: {
},
data() {

View File

@ -123,7 +123,7 @@ import Editor from '@/components/Editor';
import { getSimpleMailAccountList } from "@/api/system/mail/account";
export default {
name: "MailLog",
name: "SystemMailLog",
components: {
Editor,
},

View File

@ -144,7 +144,7 @@ import { CommonStatusEnum } from "@/utils/constants";
import { getSimpleMailAccountList } from "@/api/system/mail/account";
export default {
name: "MailTemplate",
name: "SystemMailTemplate",
components: {
Editor,
},

View File

@ -207,7 +207,7 @@ import { getDictDatas, DICT_TYPE } from '@/utils/dict'
import {isExternal} from "@/utils/validate";
export default {
name: "Menu",
name: "SystemMenu",
components: { Treeselect, IconSelect },
data() {
return {

View File

@ -110,7 +110,7 @@ import {CommonStatusEnum} from '@/utils/constants'
import { getDictDatas, DICT_TYPE } from '@/utils/dict'
export default {
name: "Notice",
name: "SystemNotice",
components: {
Editor
},

View File

@ -116,7 +116,7 @@
import { getNotifyMessagePage } from "@/api/system/notify/message";
export default {
name: "NotifyMessage",
name: "SystemNotifyMessage",
data() {
return {
// 遮罩层

View File

@ -68,7 +68,7 @@
import {getMyNotifyMessagePage, updateAllNotifyMessageRead, updateNotifyMessageRead} from "@/api/system/notify/message";
export default {
name: "myNotify",
name: "SystemMyNotify",
data() {
return {
// 遮罩层

View File

@ -140,7 +140,7 @@ import {listSimpleUsers} from "@/api/system/user";
import {CommonStatusEnum} from "@/utils/constants";
export default {
name: "NotifyTemplate",
name: "SystemNotifyTemplate",
data() {
return {
// 遮罩层

View File

@ -155,7 +155,7 @@ import {CommonStatusEnum} from "@/utils/constants";
import FileUpload from "@/components/FileUpload";
export default {
name: "OAuth2Client",
name: "SystemOAuth2Client",
components: {
FileUpload,
ImageUpload,

View File

@ -59,7 +59,7 @@
import { getAccessTokenPage, deleteAccessToken } from "@/api/system/oauth2/oauth2Token";
export default {
name: "OAuth2Token",
name: "SystemTokenClient",
data() {
return {
// 遮罩层

View File

@ -131,7 +131,7 @@
import { listOperateLog, exportOperateLog } from "@/api/system/operatelog";
export default {
name: "Operlog",
name: "SystemOperateLog",
data() {
return {
// 遮罩层

View File

@ -95,7 +95,7 @@ import {CommonStatusEnum} from '@/utils/constants'
import { getDictDatas, DICT_TYPE } from '@/utils/dict'
export default {
name: "Post",
name: "SystemPost",
data() {
return {
// 遮罩层

View File

@ -180,7 +180,7 @@ import {CommonStatusEnum, SystemDataScopeEnum} from "@/utils/constants";
import {DICT_TYPE, getDictDatas} from "@/utils/dict";
export default {
name: "Role",
name: "SystemRole",
data() {
return {
// 遮罩层

View File

@ -133,7 +133,7 @@ import { createSensitiveWord, updateSensitiveWord, deleteSensitiveWord, getSensi
import {CommonStatusEnum} from "@/utils/constants";
export default {
name: "SensitiveWord",
name: "SystemSensitiveWord",
data() {
return {
// 遮罩层

View File

@ -110,7 +110,7 @@
import { createSmsChannel, updateSmsChannel, deleteSmsChannel, getSmsChannel, getSmsChannelPage } from "@/api/system/sms/smsChannel";
export default {
name: "SmsChannel",
name: "SystemSmsChannel",
components: {
},
data() {

View File

@ -189,7 +189,7 @@ import { getSmsLogPage, exportSmsLogExcel } from "@/api/system/sms/smsLog";
import { getSimpleSmsChannels } from "@/api/system/sms/smsChannel";
export default {
name: "SmsLog",
name: "SystemSmsLog",
components: {
},
data() {

View File

@ -166,7 +166,7 @@ import { createSmsTemplate, updateSmsTemplate, deleteSmsTemplate, getSmsTemplate
import { getSimpleSmsChannels } from "@/api/system/sms/smsChannel";
export default {
name: "SmsTemplate",
name: "SystemSmsTemplate",
data() {
return {
// 遮罩层

View File

@ -141,7 +141,7 @@ import { CommonStatusEnum } from '@/utils/constants'
import {getTenantPackageList} from "@/api/system/tenantPackage";
export default {
name: "Tenant",
name: "SystemTenant",
components: {
},
data() {

View File

@ -95,7 +95,7 @@ import {CommonStatusEnum} from "@/utils/constants";
import {listSimpleMenus} from "@/api/system/menu";
export default {
name: "TenantPackage",
name: "SystemTenantPackage",
components: {
},
data() {

View File

@ -248,7 +248,7 @@ import {listSimpleRoles} from "@/api/system/role";
import {getBaseHeader} from "@/utils/request";
export default {
name: "User",
name: "SystemUser",
components: { Treeselect },
data() {
return {