From 991a63234bba49da5a22d0f64ae15837d3253829 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 04 七月 2022 15:04:17 +0800
Subject: [PATCH] 除生产管理外   其它页面能适应小屏

---
 public/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/public/index.html b/public/index.html
index 84a2031..62145d9 100644
--- a/public/index.html
+++ b/public/index.html
@@ -6,7 +6,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
     <link rel="icon" href="<%= BASE_URL %>favicon.ico">
     <title><%= webpackConfig.name %></title>
-    <script src="./grwebapp.js"></script>
+    <script src="static/grid/grwebapp.js"></script>
   </head>
   <body>
     <noscript>

--
Gitblit v1.9.3