From 972826cdcfef27620c196a59996b01e26e855ff2 Mon Sep 17 00:00:00 2001 From: dwx1106574 Date: Wed, 27 Nov 2024 10:16:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=99=E6=98=AF=E4=B8=80=E4=B8=AA=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/HelloWorld.vue | 1 + router/index.js | 1 + 2 files changed, 2 insertions(+) diff --git a/components/HelloWorld.vue b/components/HelloWorld.vue index 2cb6044..4bd9879 100644 --- a/components/HelloWorld.vue +++ b/components/HelloWorld.vue @@ -155,6 +155,7 @@ export default { console.log(this.permissionConfig, 'permissionConfig') }, test() { + console.log('11111111111111') console.log(this.permissionConfig, '9999---') }, diff --git a/router/index.js b/router/index.js index 5fa7f9d..83c67ad 100644 --- a/router/index.js +++ b/router/index.js @@ -1,6 +1,7 @@ import Vue from 'vue' import Router from 'vue-router' import HelloWorld from '@/components/HelloWorld' +import HelloWorld from '@/components/HelloWorld1' Vue.use(Router) -- Gitee