Browse Source

近期修改

李帅 4 weeks ago
parent
commit
0aff513a24

+ 4 - 3
.env.development

@@ -7,14 +7,15 @@ ENV = 'development'
7 7
 # 若依管理系统/开发环境
8 8
 # VUE_APP_BASE_API = '/prod-api'
9 9
 # 阿里云IP
10
-VUE_APP_BASE_API = 'http://192.168.3.142:8080/api'
11
-VUE_APP_BASE_WSS = 'ws://192.168.3.142:8002/ws'
10
+# VUE_APP_BASE_API = 'http://192.168.3.142:8080/api'
11
+# VUE_APP_BASE_WSS = 'ws://192.168.3.142:8002/ws'
12 12
 
13 13
 # VUE_APP_BASE_API = 'http://106.74.15.131:81/api'
14 14
 # VUE_APP_BASE_WSS = 'ws://106.74.15.131:81/ws'
15 15
 
16 16
 # VUE_APP_BASE_API = 'http://192.168.3.21:8080/api'
17
-# VUE_APP_BASE_API = 'http://39.106.66.72/api'
17
+VUE_APP_BASE_API = 'http://39.105.121.97:8080/api'
18
+VUE_APP_BASE_WSS = 'ws://39.105.121.97:8080/ws'
18 19
 
19 20
 
20 21
 # 路由懒加载

File diff suppressed because it is too large
+ 1 - 1
dist/static/js/chunk-b4c73768.8546d04b.js


+ 2 - 2
src/api/allApi.js

@@ -173,7 +173,7 @@ export function importTemplate(data) {
173 173
   return request({
174 174
     url: `/system/diagnosis-type-template/importTemplate`,
175 175
     method: 'post',
176
-    data: cyptoTool.methods.encrypt(JSON.stringify(data)),
176
+    data,
177 177
     responseType: "blob",
178 178
     timeOut: 1000 * 60
179 179
   })
@@ -1008,7 +1008,7 @@ export function diagnosisManageImportTemplate(data) {
1008 1008
   return request({
1009 1009
     url: `/diagnosis-manage/importTemplate`,
1010 1010
     method: 'post',
1011
-    data: cyptoTool.methods.encrypt(JSON.stringify(data)),
1011
+    data,
1012 1012
     responseType: "blob",
1013 1013
     timeOut: 1000 * 60
1014 1014
   })

+ 1 - 1
src/api/system/user.js

@@ -106,7 +106,7 @@ export function uploadAvatar(data) {
106 106
   return request({
107 107
     url: '/system/user/profile/avatar',
108 108
     method: 'post',
109
-    data: cyptoTool.methods.encrypt(JSON.stringify(data))
109
+    data
110 110
   })
111 111
 }
112 112
 

BIN
src/assets/images/口腔医院.png


BIN
src/assets/images/慧视健康.png


BIN
src/assets/images/慧视通.png


+ 2 - 2
src/views/login.vue

@@ -76,8 +76,8 @@
76 76
         <el-popover placement="bottom" width="270px" trigger="click">
77 77
           <div style="display: flex;">
78 78
             <div style="display: flex;flex-direction: column;align-items: center;">
79
-              <img src="@/assets/images/慧视健康.png" style="width: 100px;height: 100px;">
80
-              <p>慧视健康</p>
79
+              <img src="@/assets/images/慧视.png" style="width: 100px;height: 100px;">
80
+              <p>慧视</p>
81 81
             </div>
82 82
             <div style="display: flex;flex-direction: column;align-items: center;margin-left: 20px;">
83 83
               <img src="@/assets/images/口腔医院.png" style="width: 100px;height: 100px;">