vue.config.js

  1. 配置 publicPath

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

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

前往低代码交流专区

更多推荐