摘要: 1.修改vite.config.js export default defineConfig({ plugins: [ vue(), ], resolve: { alias: { '@': fileURLToPath(new URL('./src', import.meta.url)) } }, s 阅读全文
posted @ 2023-09-26 23:26 zgxxer 阅读(140) 评论(0) 推荐(0)