xuebaoxin #40

Manually merged
theluyuan merged 3 commits from xuebaoxin into master 2019-12-03 01:04:55 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit c41c5b125b - Show all commits

BIN
dist.zip

Binary file not shown.

View File

@ -18,7 +18,7 @@ import sign from "./sign"
import ArticleDetail from "./articledetail.vue" import ArticleDetail from "./articledetail.vue"
Vue.use(Router) Vue.use(Router)
const router=new Router({ const router=new Router({
mode:'history', mode:'hash',
routes: [ routes: [
{ {
path: '/articledetail', path: '/articledetail',