feat: 手机端标准化动态-页面缓存
This commit is contained in:
+4
-1
@@ -105,7 +105,10 @@ const routes = [
|
||||
{
|
||||
path: '/standDynamics',
|
||||
name: 'standDynamics',
|
||||
component: () => import('@/pages/phone/standDynamics/index')
|
||||
component: () => import('@/pages/phone/standDynamics/index'),
|
||||
meta: {
|
||||
keepAlive: true
|
||||
}
|
||||
/*
|
||||
component: () =>
|
||||
import('@/pages/phone/standDynamics')
|
||||
|
||||
Reference in New Issue
Block a user