From ea9873e11a265ae1d4188a50c7aadc29deec7574 Mon Sep 17 00:00:00 2001
From: 819527061@qq.com <123456>
Date: 星期三, 16 十月 2024 17:56:50 +0800
Subject: [PATCH] 无车牌查询
---
vue.config.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index 552ad37..6b16215 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -12,6 +12,7 @@
productionSourceMap: false,
devServer: {
sockHost: 'localhost',
+ port: 8082,
disableHostCheck: true,
proxy: {
'/':{
--
Gitblit v1.9.1