Browse Source

feature/加生产线

dy 10 months ago
parent
commit
40881a68ac
3 changed files with 3 additions and 3 deletions
  1. 1 1
      .env.development
  2. 1 1
      index.html
  3. 1 1
      package.json

+ 1 - 1
.env.development

@@ -11,7 +11,7 @@ VITE_APP_BASE_API = '/dev-api'
 VITE_APP_UPLOAD_URL = 'http://192.168.101.4:9000'
 
 # 开发接口地址
-VITE_APP_API_URL = 'http://192.168.0.110:8079'
+VITE_APP_API_URL = 'http://121.41.179.41:8079'
 # Websocket地址
 VITE_WEBSOCKET_URL = 'ws://192.168.101.4:8079'
 ``

+ 1 - 1
index.html

@@ -12,7 +12,7 @@
       content="vue,element-plus,typescript,vue-element-admin,vue3-element-admin"
       name="keywords"
     />
-    <title>综合管控采集平台-一体机</title>
+    <title>生产线综合管控采集平台-一体机</title>
   </head>
 
   <body>

+ 1 - 1
package.json

@@ -1,5 +1,5 @@
 {
-  "name": "综合管控采集平台-一体机",
+  "name": "生产线综合管控采集平台-一体机",
   "version": "1.0.0",
   "private": true,
   "type": "module",