Merge branch 'xuebaoxin' of pplokijuhyg/falvpingtai into master

This commit was merged in pull request #40.
This commit is contained in:
2019-12-03 09:04:55 +08:00
4 changed files with 6 additions and 2 deletions

BIN
dist.zip Normal file

Binary file not shown.

View File

@@ -146,7 +146,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: "./"
}