菜单新增 alwaysShow 总是展示、componentName 组件名

This commit is contained in:
YunaiV
2023-02-10 23:03:10 +08:00
parent 877e2376be
commit 35ba9b36af
26 changed files with 923 additions and 704 deletions

View File

@@ -132,7 +132,7 @@ import {
} from '@/api/mp/account'
export default {
name: 'mpAccount',
name: 'MpAccount',
components: {},
data() {
return {

View File

@@ -162,7 +162,7 @@ import { getSimpleAccounts } from "@/api/mp/account";
import { createAutoReply, deleteAutoReply, getAutoReply, getAutoReplyPage, updateAutoReply } from "@/api/mp/autoReply";
export default {
name: 'mpAutoReply',
name: 'MpAutoReply',
components: {
WxVideoPlayer,
WxVoicePlayer,

View File

@@ -167,7 +167,7 @@ import { getSimpleAccounts } from "@/api/mp/account";
import {deleteFreePublish, submitFreePublish} from "@/api/mp/freePublish";
export default {
name: 'mpDraft',
name: 'MpDraft',
components: {
WxEditor,
WxNews,

View File

@@ -64,7 +64,7 @@ import { getSimpleAccounts } from "@/api/mp/account";
import WxNews from '@/views/mp/components/wx-news/main.vue';
export default {
name: 'mpDraft',
name: 'MpFreePublish',
components: {
WxNews
},

View File

@@ -178,7 +178,7 @@ import { getMaterialPage, deletePermanentMaterial } from "@/api/mp/material";
import { getAccessToken } from '@/utils/auth'
export default {
name: 'mpMaterial',
name: 'MpMaterial',
components: {
WxVoicePlayer,
WxVideoPlayer

View File

@@ -157,7 +157,7 @@ import { deleteMenu, getMenuList, saveMenu } from "@/api/mp/menu";
import { getSimpleAccounts } from "@/api/mp/account";
export default {
name: 'mpMenu',
name: 'MpMenu',
components: {
WxReplySelect,
WxNews,

View File

@@ -95,7 +95,7 @@ import { getSimpleAccounts } from "@/api/mp/account";
import { getSimpleTags } from "@/api/mp/tag";
export default {
name: "WxAccountFans",
name: "MpUser",
components: {
},
data() {

View File

@@ -82,7 +82,7 @@ import {addTime, beginOfDay, betweenDay, endOfDay, formatDate} from "@/utils/dat
import { getSimpleAccounts } from "@/api/mp/account";
export default {
name: 'mpStatistics',
name: 'MpStatistics',
data() {
return {
date : [beginOfDay(new Date(new Date().getTime() - 3600 * 1000 * 24 * 7)), // -7 天