mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-16 20:15:06 +08:00
所有菜单的 name 都加上模块的前缀,避免冲突
This commit is contained in:
@ -39,7 +39,7 @@
|
||||
import {getAreaByIp, getAreaTree} from "@/api/system/area";
|
||||
|
||||
export default {
|
||||
name: "Area",
|
||||
name: "SystemArea",
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
|
@ -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 {
|
||||
|
@ -111,7 +111,7 @@ import { CommonStatusEnum } from '@/utils/constants'
|
||||
import { getDictDatas, DICT_TYPE } from '@/utils/dict'
|
||||
|
||||
export default {
|
||||
name: "Data",
|
||||
name: "SystemDictData",
|
||||
data() {
|
||||
return {
|
||||
// 遮罩层
|
||||
|
@ -101,7 +101,7 @@ import { CommonStatusEnum } from '@/utils/constants'
|
||||
import { getDictDatas, DICT_TYPE } from '@/utils/dict'
|
||||
|
||||
export default {
|
||||
name: "Dict",
|
||||
name: "SystemDictType",
|
||||
data() {
|
||||
return {
|
||||
// 遮罩层
|
||||
|
@ -99,7 +99,7 @@
|
||||
import { createErrorCode, updateErrorCode, deleteErrorCode, getErrorCode, getErrorCodePage, exportErrorCodeExcel } from "@/api/system/errorCode";
|
||||
|
||||
export default {
|
||||
name: "ErrorCode",
|
||||
name: "SystemErrorCode",
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
|
@ -66,7 +66,7 @@
|
||||
import { list, exportLoginLog } from "@/api/system/loginlog";
|
||||
|
||||
export default {
|
||||
name: "Logininfor",
|
||||
name: "SystemLoginLog",
|
||||
data() {
|
||||
return {
|
||||
// 遮罩层
|
||||
|
@ -92,7 +92,7 @@
|
||||
import { createMailAccount, updateMailAccount, deleteMailAccount, getMailAccount, getMailAccountPage } from "@/api/system/mail/account";
|
||||
|
||||
export default {
|
||||
name: "MailAccount",
|
||||
name: "SystemMailAccount",
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
|
@ -123,7 +123,7 @@ import Editor from '@/components/Editor';
|
||||
import { getSimpleMailAccountList } from "@/api/system/mail/account";
|
||||
|
||||
export default {
|
||||
name: "MailLog",
|
||||
name: "SystemMailLog",
|
||||
components: {
|
||||
Editor,
|
||||
},
|
||||
|
@ -144,7 +144,7 @@ import { CommonStatusEnum } from "@/utils/constants";
|
||||
import { getSimpleMailAccountList } from "@/api/system/mail/account";
|
||||
|
||||
export default {
|
||||
name: "MailTemplate",
|
||||
name: "SystemMailTemplate",
|
||||
components: {
|
||||
Editor,
|
||||
},
|
||||
|
@ -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 {
|
||||
|
@ -110,7 +110,7 @@ import {CommonStatusEnum} from '@/utils/constants'
|
||||
import { getDictDatas, DICT_TYPE } from '@/utils/dict'
|
||||
|
||||
export default {
|
||||
name: "Notice",
|
||||
name: "SystemNotice",
|
||||
components: {
|
||||
Editor
|
||||
},
|
||||
|
@ -116,7 +116,7 @@
|
||||
import { getNotifyMessagePage } from "@/api/system/notify/message";
|
||||
|
||||
export default {
|
||||
name: "NotifyMessage",
|
||||
name: "SystemNotifyMessage",
|
||||
data() {
|
||||
return {
|
||||
// 遮罩层
|
||||
|
@ -68,7 +68,7 @@
|
||||
import {getMyNotifyMessagePage, updateAllNotifyMessageRead, updateNotifyMessageRead} from "@/api/system/notify/message";
|
||||
|
||||
export default {
|
||||
name: "myNotify",
|
||||
name: "SystemMyNotify",
|
||||
data() {
|
||||
return {
|
||||
// 遮罩层
|
||||
|
@ -140,7 +140,7 @@ import {listSimpleUsers} from "@/api/system/user";
|
||||
import {CommonStatusEnum} from "@/utils/constants";
|
||||
|
||||
export default {
|
||||
name: "NotifyTemplate",
|
||||
name: "SystemNotifyTemplate",
|
||||
data() {
|
||||
return {
|
||||
// 遮罩层
|
||||
|
@ -155,7 +155,7 @@ import {CommonStatusEnum} from "@/utils/constants";
|
||||
import FileUpload from "@/components/FileUpload";
|
||||
|
||||
export default {
|
||||
name: "OAuth2Client",
|
||||
name: "SystemOAuth2Client",
|
||||
components: {
|
||||
FileUpload,
|
||||
ImageUpload,
|
||||
|
@ -59,7 +59,7 @@
|
||||
import { getAccessTokenPage, deleteAccessToken } from "@/api/system/oauth2/oauth2Token";
|
||||
|
||||
export default {
|
||||
name: "OAuth2Token",
|
||||
name: "SystemTokenClient",
|
||||
data() {
|
||||
return {
|
||||
// 遮罩层
|
||||
|
@ -131,7 +131,7 @@
|
||||
import { listOperateLog, exportOperateLog } from "@/api/system/operatelog";
|
||||
|
||||
export default {
|
||||
name: "Operlog",
|
||||
name: "SystemOperateLog",
|
||||
data() {
|
||||
return {
|
||||
// 遮罩层
|
||||
|
@ -95,7 +95,7 @@ import {CommonStatusEnum} from '@/utils/constants'
|
||||
import { getDictDatas, DICT_TYPE } from '@/utils/dict'
|
||||
|
||||
export default {
|
||||
name: "Post",
|
||||
name: "SystemPost",
|
||||
data() {
|
||||
return {
|
||||
// 遮罩层
|
||||
|
@ -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 {
|
||||
// 遮罩层
|
||||
|
@ -133,7 +133,7 @@ import { createSensitiveWord, updateSensitiveWord, deleteSensitiveWord, getSensi
|
||||
import {CommonStatusEnum} from "@/utils/constants";
|
||||
|
||||
export default {
|
||||
name: "SensitiveWord",
|
||||
name: "SystemSensitiveWord",
|
||||
data() {
|
||||
return {
|
||||
// 遮罩层
|
||||
|
@ -110,7 +110,7 @@
|
||||
import { createSmsChannel, updateSmsChannel, deleteSmsChannel, getSmsChannel, getSmsChannelPage } from "@/api/system/sms/smsChannel";
|
||||
|
||||
export default {
|
||||
name: "SmsChannel",
|
||||
name: "SystemSmsChannel",
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
|
@ -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() {
|
||||
|
@ -166,7 +166,7 @@ import { createSmsTemplate, updateSmsTemplate, deleteSmsTemplate, getSmsTemplate
|
||||
import { getSimpleSmsChannels } from "@/api/system/sms/smsChannel";
|
||||
|
||||
export default {
|
||||
name: "SmsTemplate",
|
||||
name: "SystemSmsTemplate",
|
||||
data() {
|
||||
return {
|
||||
// 遮罩层
|
||||
|
@ -141,7 +141,7 @@ import { CommonStatusEnum } from '@/utils/constants'
|
||||
import {getTenantPackageList} from "@/api/system/tenantPackage";
|
||||
|
||||
export default {
|
||||
name: "Tenant",
|
||||
name: "SystemTenant",
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
|
@ -95,7 +95,7 @@ import {CommonStatusEnum} from "@/utils/constants";
|
||||
import {listSimpleMenus} from "@/api/system/menu";
|
||||
|
||||
export default {
|
||||
name: "TenantPackage",
|
||||
name: "SystemTenantPackage",
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user