feat(proxy): update proxy edit api to feat "oldName" && "newName"

This commit is contained in:
2026-05-05 12:51:13 +08:00
parent 3570054586
commit 4c6e8294bb
2 changed files with 7 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
const APP_TARGET = '192.168.20.4:19090'
const APP_TARGET = '192.168.1.19:19090'
export default defineConfig({
define: {