File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const name = 'IFC Viewer'
66const routes = [
77 {
88 name : 'view' ,
9- path : '/:contextRouteName/: filePath*' ,
9+ path : '/:filePath*' ,
1010 component : App ,
1111 meta : {
1212 title : name ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const name = 'Jupyter Viewer'
1111const routes = [
1212 {
1313 name : 'view' ,
14- path : '/:contextRouteName/: filePath*' ,
14+ path : '/:filePath*' ,
1515 component : App ,
1616 meta : {
1717 title : name ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const name = 'ROOT Viewer'
66const routes = [
77 {
88 name : 'view' ,
9- path : '/:contextRouteName/: filePath*' ,
9+ path : '/:filePath*' ,
1010 component : App ,
1111 meta : {
1212 title : name ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const name = 'Text Editor'
1111
1212const routes = [
1313 {
14- path : '/:contextRouteName/: filePath*' ,
14+ path : '/:filePath*' ,
1515 component : App ,
1616 name : 'editor' ,
1717 meta : {
You can’t perform that action at this time.
0 commit comments