优化体验
This commit is contained in:
@@ -9,7 +9,7 @@ export default defineConfig({
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: 8666,
|
||||
open: true,
|
||||
open: 'index.html',
|
||||
proxy: {
|
||||
//设置代理,可解决跨5
|
||||
'/lan': {
|
||||
@@ -33,8 +33,5 @@ export default defineConfig({
|
||||
rewrite: path => path.replace(/^\/xsjr/, '')
|
||||
}
|
||||
}
|
||||
},
|
||||
optimizeDeps: {
|
||||
exclude: ['@jiaminghi/data-view', 'vue-ruler-tool', 'vue-json-editor']
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user