feature: 增加算子详情页;优化算子上传更新逻辑 (#64)

* feature: 增加算子详情页;优化算子上传更新逻辑
This commit is contained in:
hhhhsc701
2025-11-07 16:54:00 +08:00
committed by GitHub
parent 78f50ea520
commit 2138ba23c7
24 changed files with 338 additions and 456 deletions

View File

@@ -19,7 +19,7 @@ export default defineConfig({
// },
proxy: {
"^/api": {
target: "http://localhost:8002", // 本地后端服务地址
target: "http://localhost:8080", // 本地后端服务地址
changeOrigin: true,
secure: false,
rewrite: (path) => path.replace(/^\/api/, "/api"),