Sfoglia il codice sorgente

Merge branch 'master' of https://172.16.32.165/lighter/vue-intergration-platform

xiaochan 1 anno fa
parent
commit
7645fa8063
2 ha cambiato i file con 9 aggiunte e 2 eliminazioni
  1. 8 0
      .env.show
  2. 1 2
      package.json

+ 8 - 0
.env.show

@@ -0,0 +1,8 @@
+ENV = 'development'
+
+VITE_BASE_URL = 'http://demo.hnthyy.cn:8706'
+VITE_SOCKET_URL = 'ws://demo.hnthyy.cn:8707/websocket/'
+
+VITE_DATA_BASE = 'http://172.16.30.61:9205'
+
+VITE_UPLOAD_TEMPLATE_THUMB = 'http://192.168.200.3:8805/wxserver/wxApplet/updateTemplateThumb'

+ 1 - 2
package.json

@@ -3,10 +3,9 @@
   "version": "0.0.0",
   "scripts": {
     "dev": "vite",
-    "start": "vite",
     "update:element": "npm install element-plus ./deps/element-plus.2.0.4.1.tar.gz",
     "build": "vite build --mode=production",
-    "serve": "vite preview"
+    "build:show": "vite build --mode=show"
   },
   "dependencies": {
     "@babel/standalone": "7.14.8",