优化体验

This commit is contained in:
aixianling
2022-04-27 19:36:32 +08:00
parent 861e7c688f
commit bd512c3caa
9 changed files with 29 additions and 3480 deletions

View File

@@ -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']
}
})