zhengjie #41

Manually merged
asd merged 2 commits from zhengjie into master 2019-12-03 01:42:16 +00:00
4 changed files with 6 additions and 2 deletions
Showing only changes of commit 220d2ec6a5 - Show all commits

BIN
dist.zip Normal file

Binary file not shown.

View File

@ -150,7 +150,7 @@ export default {
window.console.log(res);
localStorage.setItem("token", res.data.data);
this.$router.push({
path: `/`
path: '/'
});
});
}

View File

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

View File

@ -0,0 +1,4 @@
module.exports = {
publicPath: "./"
}