Commit 6ab6a91b authored by levante's avatar levante

history to hash

parent 33bcd62a
...@@ -7,7 +7,7 @@ import Cookie from '@/util/local-cookie' ...@@ -7,7 +7,7 @@ import Cookie from '@/util/local-cookie'
Vue.use(Router) Vue.use(Router)
const router = new Router({ const router = new Router({
mode: 'history', mode: 'hash',
// base: process.env.NODE_ENV === 'development' ? '/' : '/portal/', // base: process.env.NODE_ENV === 'development' ? '/' : '/portal/',
routes, routes,
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment