xiaochan 1 рік тому
батько
коміт
5847e13e4d
4 змінених файлів з 0 додано та 25 видалено
  1. 0 9
      .env.dev
  2. 0 7
      .env.show
  3. 0 3
      .env.staging
  4. 0 6
      package.json

+ 0 - 9
.env.dev

@@ -1,9 +0,0 @@
-ENV = 'dev'
-
-VITE_BASE_URL = 'http://172.16.30.61:7201'
-VITE_SOCKET_URL = 'ws://172.16.30.61:8707/websocket/'
-VITE_EMR_CONTROL_URL = '172.16.30.61:9227'
-VITE_DATA_BASE = 'http://172.16.30.61:9205'
-VITE_EMR_SOCKET = 'http://localhost:8707/socketApi'
-
-VITE_UPLOAD_TEMPLATE_THUMB = 'http://192.168.200.3:8805/wxserver/wxApplet/updateTemplateThumb'

+ 0 - 7
.env.show

@@ -1,7 +0,0 @@
-ENV = 'show'
-
-VITE_BASE_URL = 'http://demo.hnthyy.cn:8706'
-VITE_SOCKET_URL = 'ws://demo.hnthyy.cn:8707/websocket/'
-VITE_EMR_CONTROL_URL = 'demo.hnthyy.cn:9227'
-
-VITE_UPLOAD_TEMPLATE_THUMB = 'http://192.168.200.3:8805/wxserver/wxApplet/updateTemplateThumb'

+ 0 - 3
.env.staging

@@ -1,3 +0,0 @@
-ENV = 'staging'
-
-VITE_BASE_URL = '/test-api'

+ 0 - 6
package.json

@@ -3,15 +3,9 @@
   "version": "0.0.0",
   "scripts": {
     "dev": "vite",
-    "dev:dev": "vite --mode=dev --port=8998",
     "start": "vite",
     "update:element": "npm install element-plus ./deps/element-plus.2.0.4.1.tar.gz",
     "build": "vite build --mode=production",
-    "build:development": "vite build --mode=development",
-    "build:stag": "vite build --mode=staging",
-    "build:dev": "vite build --mode=dev",
-    "build:show": "vite build --mode=show",
-    "build:localhost": "vite build --mode=localhost",
     "serve": "vite preview"
   },
   "dependencies": {