From 1f5cb7e48ca586cd7a3122db32b9bdf42179184f Mon Sep 17 00:00:00 2001
From: guoyujie <guoyujie@ng.com>
Date: 星期三, 17 十二月 2025 11:05:05 +0800
Subject: [PATCH] 提交vue-route配置,防止刷新页面访问异常

---
 northglass-erp-client/erp-customer-client/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/northglass-erp-client/erp-customer-client/index.html b/northglass-erp-client/erp-customer-client/index.html
index 489bf1c..8336bf7 100644
--- a/northglass-erp-client/erp-customer-client/index.html
+++ b/northglass-erp-client/erp-customer-client/index.html
@@ -3,7 +3,7 @@
   <head>
     <meta charset="UTF-8">
     <link rel="icon" href="/favicon.ico">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0,user-scalable=no">
     <title>ERP-Customer</title>
   </head>
   <body>

--
Gitblit v1.8.0