fix: 修改路由模式

This commit is contained in:
zhangyu
2022-08-31 10:46:40 +08:00
parent e7560ffd7f
commit 39a4820697
5 changed files with 24 additions and 7 deletions

View File

@@ -2,6 +2,10 @@ import Vue from 'vue'
import Router from 'vue-router'
Vue.use(Router)
export default new Router({
hashbang: false,
history: true,
mode: 'history',
base: '/ui/',
routes: [
{
path: '/',