窗帘数量
@@ -115,21 +118,22 @@
其他信息
-
-
-
+
+
{{ item.label }}
-
+
备注
@@ -144,9 +148,64 @@
\ No newline at end of file
+}
+
\ No newline at end of file
diff --git a/vite.config.js b/vite.config.js
index 0151652..4671183 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -15,6 +15,7 @@ export default defineConfig({
proxy: {
'/api': {
target: 'http://api.shikicc.com:58909',
+ // target: 'http://10.10.10.4:3000',
changeOrigin: true,
rewrite: path => path.replace(/^\/api/, '/api')
}