李帅 2 months ago
parent
commit
62a4366cb2
3 changed files with 36 additions and 36 deletions
  1. 4 4
      .env.production
  2. BIN
      src/assets/images/背景牙.png
  3. 32 32
      src/utils/initName.js

+ 4 - 4
.env.production

@@ -4,7 +4,7 @@ VUE_APP_TITLE = 智汇口腔医院管理系统
4
 # 生产环境配置
4
 # 生产环境配置
5
 ENV = 'production'
5
 ENV = 'production'
6
 
6
 
7
-VUE_APP_BASE_API = 'http://39.105.121.97:8080/api'
8
-VUE_APP_BASE_WSS = 'ws://39.105.121.97:8002/ws'
9
-# VUE_APP_BASE_API = 'http://106.74.15.131:81/api'
10
-# VUE_APP_BASE_WSS = 'ws://106.74.15.131:8002/ws'
7
+# VUE_APP_BASE_API = 'http://39.105.121.97:8080/api'
8
+# VUE_APP_BASE_WSS = 'ws://39.105.121.97:8002/ws'
9
+VUE_APP_BASE_API = 'http://106.74.15.131:81/api'
10
+VUE_APP_BASE_WSS = 'ws://106.74.15.131:8002/ws'

BIN
src/assets/images/背景牙.png


+ 32 - 32
src/utils/initName.js

@@ -95,69 +95,69 @@ export default {
95
     initToothPosition(val){
95
     initToothPosition(val){
96
       switch (val) {
96
       switch (val) {
97
         case "upLeft1":
97
         case "upLeft1":
98
-          return "上右牙位1";
98
+          return "21";
99
         case "upLeft2":
99
         case "upLeft2":
100
-          return "上右牙位2";
100
+          return "22";
101
         case "upLeft3":
101
         case "upLeft3":
102
-          return "上右牙位3";
102
+          return "23";
103
         case "upLeft4":
103
         case "upLeft4":
104
-          return "上右牙位4";
104
+          return "24";
105
         case "upLeft5":
105
         case "upLeft5":
106
-          return "上右牙位5";
106
+          return "25";
107
         case "upLeft6":
107
         case "upLeft6":
108
-          return "上右牙位6";
108
+          return "26";
109
         case "upLeft7":
109
         case "upLeft7":
110
-          return "上右牙位7";
110
+          return "27";
111
         case "upLeft8":
111
         case "upLeft8":
112
-          return "上右牙位8";
112
+          return "28";
113
         case "upRight1":
113
         case "upRight1":
114
-          return "上左牙位1";
114
+          return "11";
115
         case "upRight2":
115
         case "upRight2":
116
-          return "上左牙位2";
116
+          return "12";
117
         case "upRight3":
117
         case "upRight3":
118
-          return "上左牙位3";
118
+          return "13";
119
         case "upRight4":
119
         case "upRight4":
120
-          return "上左牙位4";
120
+          return "14";
121
         case "upRight5":
121
         case "upRight5":
122
-          return "上左牙位5";
122
+          return "15";
123
         case "upRight6":
123
         case "upRight6":
124
-          return "上左牙位6";
124
+          return "16";
125
         case "upRight7":
125
         case "upRight7":
126
-          return "上左牙位7";
126
+          return "17";
127
         case "upRight8":
127
         case "upRight8":
128
-          return "上左牙位8";
128
+          return "18";
129
         case "downLeft1":
129
         case "downLeft1":
130
-          return "下右牙位1";
130
+          return "41";
131
         case "downLeft2":
131
         case "downLeft2":
132
-          return "下右牙位2";
132
+          return "42";
133
         case "downLeft3":
133
         case "downLeft3":
134
-          return "下右牙位3";
134
+          return "43";
135
         case "downLeft4":
135
         case "downLeft4":
136
-          return "下右牙位4";
136
+          return "44";
137
         case "downLeft5":
137
         case "downLeft5":
138
-          return "下右牙位5";
138
+          return "45";
139
         case "downLeft6":
139
         case "downLeft6":
140
-          return "下右牙位6";
140
+          return "46";
141
         case "downLeft7":
141
         case "downLeft7":
142
-          return "下右牙位7";
142
+          return "47";
143
         case "downLeft8":
143
         case "downLeft8":
144
-          return "下右牙位8";
144
+          return "48";
145
         case "downRight1":
145
         case "downRight1":
146
-          return "下左牙位1";
146
+          return "31";
147
         case "downRight2":
147
         case "downRight2":
148
-          return "下左牙位2";
148
+          return "32";
149
         case "downRight3":
149
         case "downRight3":
150
-          return "下左牙位3";
150
+          return "33";
151
         case "downRight4":
151
         case "downRight4":
152
-          return "下左牙位4";
152
+          return "34";
153
         case "downRight5":
153
         case "downRight5":
154
-          return "下左牙位5";
154
+          return "35";
155
         case "downRight6":
155
         case "downRight6":
156
-          return "下左牙位6";
156
+          return "36";
157
         case "downRight7":
157
         case "downRight7":
158
-          return "下左牙位7";
158
+          return "37";
159
         case "downRight8":
159
         case "downRight8":
160
-          return "下左牙位8";
160
+          return "38";
161
         default:
161
         default:
162
           return "-";
162
           return "-";
163
       }
163
       }