vue.config.js

  1. 配置 publicPath

    module.exports = {
      publicPath: 'portal'
    }
    
  2. router

    base: '/portal',
    mode: 'history' // hash 都可以
    
Logo

Vue社区为您提供最前沿的新闻资讯和知识内容

更多推荐