摘要: vue.config.js module.exports = { publicPath: "/vue3/", # 项目url outputDir: "vue3", # 项目打包名 assetsDir: "static", # 静态文件夹名 }; nginx location /vue3/ { roo 阅读全文
posted @ 2022-02-25 22:36 Maltone 阅读(635) 评论(0) 推荐(0)