This commit is contained in:
pplokijuhyg 2019-12-02 14:56:28 +08:00
parent 8e55787820
commit c41c5b125b
2 changed files with 1 additions and 1 deletions

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',