Commit 7532a001 authored by 罗超's avatar 罗超

修正错误的路径

parent 02fd0c73
......@@ -6,7 +6,7 @@ const Components = require('unplugin-vue-components/webpack')
const { ElementPlusResolver } = require('unplugin-vue-components/resolvers')
module.exports = {
publicPath: process.env.NODE_ENV === 'production' ? './' : '/',
publicPath: process.env.NODE_ENV === 'production' ? '/' : '/',
lintOnSave: false,
css: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment