File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export const viteLogo = (env) => {
4848 )
4949 console . log (
5050 chalk . green (
51- `> 如果项目让您获得了收益,希望您能请团队喝杯可乐:https://www.github.com/flipped-aurora/ gin-vue-admin/server .com/docs/coffee`
51+ `> 如果项目让您获得了收益,希望您能请团队喝杯可乐:https://www.gin-vue-admin.com/docs/coffee`
5252 )
5353 )
5454 console . log ( '\n' )
Original file line number Diff line number Diff line change 7979 </div >
8080 </transition >
8181 <router-view v-if =" reloadFlag" v-slot =" { Component }" v-loading =" loadingFlag" element-loading-text =" 正在加载中" class =" admin-box" >
82- <transition mode =" out-in" name =" el-fade-in-linear" >
83- <keep-alive :include =" routerStore.keepAliveRouters" >
84- <component :is =" Component" />
85- </keep-alive >
86- </transition >
82+ <div >
83+ <transition mode =" out-in" name =" el-fade-in-linear" >
84+ <keep-alive :include =" routerStore.keepAliveRouters" >
85+ <component :is =" Component" />
86+ </keep-alive >
87+ </transition >
88+ </div >
8789 </router-view >
8890 <BottomInfo />
8991 <setting />
@@ -120,6 +122,11 @@ const routerStore = useRouterStore()
120122const isCollapse = ref (false )
121123const isSider = ref (true )
122124const isMobile = ref (false )
125+
126+ const cc = (e ) => {
127+ console .log (e)
128+ }
129+
123130const initPage = () => {
124131 const screenWidth = document .body .clientWidth
125132 if (screenWidth < 1000 ) {
You can’t perform that action at this time.
0 commit comments