no message
This commit is contained in:
@@ -107,7 +107,7 @@ const router = new VueRouter({
|
||||
// mode: 'history',
|
||||
// mode: 'hash',
|
||||
mode: process.env.NODE_ENV == "development" ? 'hash' : 'history',
|
||||
base: process.env.BASE_URL,
|
||||
// base: process.env.BASE_URL,
|
||||
routes
|
||||
})
|
||||
router.beforeEach(async (to, from, next) => {
|
||||
|
||||
Reference in New Issue
Block a user