fix : 修复细节

This commit is contained in:
2024-05-12 13:05:52 +08:00
parent 01021b640e
commit 48e5d82acb
4 changed files with 60 additions and 11 deletions

View File

@@ -18,7 +18,6 @@ export default defineConfig({
AutoImport({
//自动导入vue相关函数
imports: ['vue','vue-router'],
resolvers: [
ElementPlusResolver(),
//自动导入图标组件
@@ -70,6 +69,7 @@ export default defineConfig({
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,