From 42cfe4e395106f5ceccf4a48d35cf324110dbfdb Mon Sep 17 00:00:00 2001 From: toesbieya <1647775459@qq.com> Date: Wed, 15 Sep 2021 11:17:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=82=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/full/src/router/module/admin/child/default.js | 3 +++ vue/full/src/view/admin/index/indexPage.vue | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/vue/full/src/router/module/admin/child/default.js b/vue/full/src/router/module/admin/child/default.js index 453b0fd..31e58b3 100644 --- a/vue/full/src/router/module/admin/child/default.js +++ b/vue/full/src/router/module/admin/child/default.js @@ -1,5 +1,8 @@ //路由表:默认页面 +/** + * @type {import('vue-router').RouteConfig[]} + */ const router = [ { path: 'index', diff --git a/vue/full/src/view/admin/index/indexPage.vue b/vue/full/src/view/admin/index/indexPage.vue index 8d19096..06f3a2d 100644 --- a/vue/full/src/view/admin/index/indexPage.vue +++ b/vue/full/src/view/admin/index/indexPage.vue @@ -7,8 +7,6 @@ import TotalProfitGoods from "./component/TotalProfitGoods" export default { name: 'index', - functional: true, - render() { return (