yangg 10 hours ago
parent
commit
481371c9ea
4 changed files with 6 additions and 32 deletions
  1. 2 2
      .env.development
  2. 2 15
      dist/index.html
  3. 1 1
      dist/version-build
  4. 1 14
      index.html

+ 2 - 2
.env.development

@@ -5,8 +5,8 @@ ENV = 'development'
 #线下:http://192.168.100.187:8083
 # 本地环境接口地址 121.36.251.245
 
-VITE_API_URL = 'http://192.168.100.121:8086'
-#VITE_API_URL = 'http://1.94.168.85:8086'
+#VITE_API_URL = 'http://10.68.32.3:8086'
+VITE_API_URL = 'http://1.94.168.85:8086'
 # VITE_API_URL = 'https://backend.qicai321.com'
 VITE_API_WX_URL='https://api.weixin.qq.com/'
 VITE_API_URL_MINLONG='http://117.185.80.170:7861'

+ 2 - 15
dist/index.html

@@ -6,11 +6,7 @@
 		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
 		<meta
 			name="keywords"
-			content="django-vue3-admin"
-		/>
-		<meta
-			name="description"
-			content="django-vue-admin 基于RBAC模型的权限控制的一整套基础开发平台,权限粒度达到列级别,前后端分离,后端采用django + django-rest-framework,前端采用基于 vue3 + CompositionAPI + typescript + vite + element plus"
+			content="设备借还系统"
 		/>
 		<link rel="icon" href="/assets/facivon.BnFzlJG6.ico" />
 		<title>django-vue-admin</title>
@@ -20,15 +16,6 @@
 		<link rel="stylesheet" crossorigin href="/assets/index.B3U2FkM1.css">
 	</head>
 	<body>
-    <div id="app"></div>
-    <script>
-        var _hmt = _hmt || [];
-        (function() {
-          var hm = document.createElement("script");
-          hm.src = "https://hm.baidu.com/hm.js?9ba8fc809b5584167a2fb9b31bb3970c";
-          var s = document.getElementsByTagName("script")[0];
-          s.parentNode.insertBefore(hm, s);
-        })();
-    </script>

+    <div id="app"></div>

 	</body>
 </html>

+ 1 - 1
dist/version-build

@@ -1 +1 @@
-3.0.4.1762845400286
+3.0.4.1763118279360

+ 1 - 14
index.html

@@ -6,11 +6,7 @@
 		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
 		<meta
 			name="keywords"
-			content="django-vue3-admin"
-		/>
-		<meta
-			name="description"
-			content="django-vue-admin 基于RBAC模型的权限控制的一整套基础开发平台,权限粒度达到列级别,前后端分离,后端采用django + django-rest-framework,前端采用基于 vue3 + CompositionAPI + typescript + vite + element plus"
+			content="设备借还系统"
 		/>
 		<link rel="icon" href="/public/facivon.ico" />
 		<title>django-vue-admin</title>
@@ -18,15 +14,6 @@
 	</head>
 	<body>
     <div id="app"></div>
-    <script>
-        var _hmt = _hmt || [];
-        (function() {
-          var hm = document.createElement("script");
-          hm.src = "https://hm.baidu.com/hm.js?9ba8fc809b5584167a2fb9b31bb3970c";
-          var s = document.getElementsByTagName("script")[0];
-          s.parentNode.insertBefore(hm, s);
-        })();
-    </script>
     <script type="module" src="/src/main.ts"></script>
 	</body>
 </html>