feat: 手机端标准化动态-页面缓存

This commit is contained in:
zyn
2023-11-27 17:41:53 +08:00
parent 7e6ec986fc
commit 4614e5adc5
2 changed files with 18 additions and 2 deletions
+4 -1
View File
@@ -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')