在src---->route---->index.js中,把mode:history注释掉

export default new Router({
  // mode:'history',
  routes: [
    {
      path: '/',
      name: 'root',
      components: {
        main:PostLIst
      }
    },

 

相关文章: