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

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

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-15
  • 2022-01-11
  • 2021-04-06
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-04-18
  • 2022-12-23
  • 2021-04-07
  • 2022-12-23
  • 2021-11-15
  • 2022-12-23
  • 2021-04-30
相关资源
相似解决方案