赞
踩
在vue.config.js 文件,没有的话就新建一个,并添加publicPath: './ ’
module.exports = {
publicPath: './'
}
router.js 把mode改成hash
模式
const router = new Router({
mode: "hash",
routes
});
export default router;
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。