feat: 手机端国内/海外/企标-页面缓存
This commit is contained in:
+4
-1
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user