工料机、定额基价、定额费率、定额取费
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { defineConfig } from '@vben/vite-config';
|
||||
|
||||
import { codeInspectorPlugin } from 'code-inspector-plugin';
|
||||
import ElementPlus from 'unplugin-element-plus/vite';
|
||||
|
||||
export default defineConfig(async () => {
|
||||
@@ -10,6 +11,9 @@ export default defineConfig(async () => {
|
||||
ElementPlus({
|
||||
format: 'esm',
|
||||
}),
|
||||
codeInspectorPlugin({
|
||||
bundler: 'vite',
|
||||
}),
|
||||
],
|
||||
server: {
|
||||
proxy: {
|
||||
|
||||
Reference in New Issue
Block a user