feat: 手机端国内/海外/企标-页面缓存

This commit is contained in:
zyn
2023-11-27 17:12:58 +08:00
parent 87346b9b6c
commit 6c6814a4b9
4 changed files with 62 additions and 27 deletions
+4 -1
View File
@@ -114,7 +114,10 @@ const routes = [
{
path: '/domesticStand',
name: 'domesticStand',
component: () => import('@/pages/phone/domesticStand/index')
component: () => import('@/pages/phone/domesticStand/index'),
meta: {
keepAlive: true
}
/*
component: () =>
import('@/pages/phone/domesticStand')