打包文件上传阿里云

tech2023-10-30  99

进入文件src下,router里面有一个index.js打开文件,将mode:“history”,改为mode:“hash”在根文件下,建立一个 vue.config.js,将下面的代码复制进去

module.exports = { assetsDir: ‘static’, parallel: false, publicPath: ‘./’, } 5. 在终端中npm run build 6. 文件中生成一个dist文件,将他改名,然后压缩,上传阿里云

最新回复(0)