fix : 修复步骤条样式

This commit is contained in:
2024-05-27 11:37:59 +08:00
parent bef0c2d792
commit 0ec14cfd9b
9 changed files with 20 additions and 852 deletions

View File

@@ -31,7 +31,7 @@ export default defineConfig({
resolvers: [
// 自动注册图标组件
IconsResolver({
enabledCollections: ['ep'],
enabledRequirements: ['ep'],
}),
//自动导入组件
ElementPlusResolver()
@@ -68,20 +68,20 @@ export default defineConfig({
strictPort: false,
open: true,
proxy: {
'/api/workflow': {
// target: 'http://frp.feashow.cn:31800/',
target: 'http://clay.frp.feashow.cn/',
// target: 'http://192.168.31.175:8000',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, '')
},
'/api/admin': {
// target: 'http://frp.feashow.cn:31800/',
target: 'http://clay.frp.feashow.cn/',
// target: 'http://192.168.31.175:8000',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, '')
},
// '/api/workflow': {
// // target: 'http://frp.feashow.cn:31800/',
// target: 'http://clay.frp.feashow.cn/',
// // target: 'http://192.168.31.175:8000',
// changeOrigin: true,
// rewrite: (path) => path.replace(/^\/api/, '')
// },
// '/api/admin': {
// // target: 'http://frp.feashow.cn:31800/',
// target: 'http://clay.frp.feashow.cn/',
// // target: 'http://192.168.31.175:8000',
// changeOrigin: true,
// rewrite: (path) => path.replace(/^\/api/, '')
// },
'/api': {
target: 'http://mosr.feashow.cn',
changeOrigin: true,