xiaochan 10 months ago
parent
commit
edd409c007
2 changed files with 16 additions and 1 deletions
  1. 14 0
      .env.tz
  2. 2 1
      package.json

+ 14 - 0
.env.tz

@@ -0,0 +1,14 @@
+ENV = 'tz'
+
+VITE_BASE_URL = 'http://172.16.20.115:8077'
+VITE_SOCKET_URL = 'ws://172.16.20.115:8707/websocket/'
+VITE_EMR_CONTROL_URL = '172.16.20.115:9227'
+VITE_DATA_BASE = 'http://172.16.20.115:9205'
+VITE_EMR_SOCKET = 'http://172.16.20.115:8707/socketApi'
+VITE_MAGIC_API_IFRAME = 'http://172.16.20.115:9206'
+
+VITE_HOSPITAL_NAME = '天资'
+VITE_SYSTEM_NAME = '工作集成平台'
+VITE_HOSPITAL_CODE = 'H00000000001'
+
+VITE_UPLOAD_TEMPLATE_THUMB = ''

+ 2 - 1
package.json

@@ -5,7 +5,8 @@
     "dev": "vite",
     "update:element": "npm install element-plus ./deps/element-plus.2.7.1.1.tar.gz",
     "build": "vite build --mode=production",
-    "build:show": "vite build --mode=show"
+    "build:show": "vite build --mode=show",
+    "build:tianzi": "vite build --mode=tz"
   },
   "dependencies": {
     "@babel/standalone": "7.24.5",