|
@@ -73,8 +73,8 @@ const routes = [
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
|
- path: '/pano-list',
|
|
|
- name: 'PanoList',
|
|
|
+ path: 'pano-list',
|
|
|
+ name: 'PanoListInOblique',
|
|
|
component: PanoList,
|
|
|
meta: {
|
|
|
isShowBottomBar: false,
|
|
@@ -101,8 +101,8 @@ const routes = [
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
|
- path: '/pano-list',
|
|
|
- name: 'PanoList',
|
|
|
+ path: 'pano-list',
|
|
|
+ name: 'PanoListInPano',
|
|
|
component: PanoList,
|
|
|
meta: {
|
|
|
isShowBottomBar: false,
|
|
@@ -121,7 +121,7 @@ const routes = [
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
|
- path: '/relic-detail',
|
|
|
+ path: 'relic-detail',
|
|
|
name: 'RelicDetail',
|
|
|
component: RelicDetail,
|
|
|
meta: {
|