mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-04 05:05:58 +00:00
build
This commit is contained in:
Vendored
+2
@@ -2,6 +2,7 @@ import routesMaintenance from './routes/routesMaintenance'
|
||||
import routesShared from './routes/routesShared'
|
||||
import routesOthers from './routes/routesOthers'
|
||||
import routesAdmin from './routes/routesAdmin'
|
||||
import routesIndex from './routes/routesIndex'
|
||||
import routesAuth from './routes/routesAuth'
|
||||
import routesUser from './routes/routesUser'
|
||||
import routesFile from './routes/routesFile'
|
||||
@@ -17,6 +18,7 @@ const router = new Router({
|
||||
...routesMaintenance,
|
||||
...routesShared,
|
||||
...routesOthers,
|
||||
...routesIndex,
|
||||
...routesAdmin,
|
||||
...routesAuth,
|
||||
...routesUser,
|
||||
|
||||
@@ -441,8 +441,7 @@ export default {
|
||||
this.$router.push({name: 'Files'})
|
||||
}
|
||||
|
||||
//if (this.config.isDemo || this.config.isDev) {
|
||||
if (this.config.isDemo) {
|
||||
if (this.config.isDemo || this.config.isDev) {
|
||||
this.loginEmail = 'howdy@hi5ve.digital'
|
||||
this.loginPassword = 'vuefilemanager'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user