Fix cwd usage
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ import Viewer from './views/Viewer.vue';
|
||||
|
||||
const routes = [
|
||||
{ path: '/', redirect: '/home' },
|
||||
{ path: '/home/:appId?/:currentPath*', component: Home },
|
||||
{ path: '/home/:appId?/:cwd*', component: Home },
|
||||
{ path: '/viewer/:appId/:filePath*', component: Viewer },
|
||||
{ path: '/login', component: Login },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user