seimin %!s(int64=3) %!d(string=hai) anos
pai
achega
832f0e23cf
Modificáronse 5 ficheiros con 8 adicións e 24 borrados
  1. 1 1
      main.js
  2. 2 2
      manifest.json
  3. 1 15
      package-lock.json
  4. 1 2
      package.json
  5. 3 4
      utils/index.js

+ 1 - 1
main.js

@@ -12,7 +12,7 @@ import {
12
 Vue.prototype.$request = request
12
 Vue.prototype.$request = request
13
 
13
 
14
 Vue.config.productionTip = false
14
 Vue.config.productionTip = false
15
-console.info('v1.0.5')
15
+console.info('v1.0.6')
16
 
16
 
17
 App.mpType = 'app'
17
 App.mpType = 'app'
18
 
18
 

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
2
     "name" : "医疗服务中心转运系统",
2
     "name" : "医疗服务中心转运系统",
3
     "appid" : "__UNI__FEB1B1E",
3
     "appid" : "__UNI__FEB1B1E",
4
     "description" : "医疗服务中心转运系统",
4
     "description" : "医疗服务中心转运系统",
5
-    "versionName" : "1.0.5",
6
-    "versionCode" : 105,
5
+    "versionName" : "1.0.6",
6
+    "versionCode" : 106,
7
     "transformPx" : false,
7
     "transformPx" : false,
8
     "app-plus" : {
8
     "app-plus" : {
9
         /* 5+App特有相关 */
9
         /* 5+App特有相关 */

+ 1 - 15
package-lock.json

@@ -12,8 +12,7 @@
12
         "animate.css": "^4.1.1",
12
         "animate.css": "^4.1.1",
13
         "crypto-js": "^4.1.1",
13
         "crypto-js": "^4.1.1",
14
         "date-fns": "^2.28.0",
14
         "date-fns": "^2.28.0",
15
-        "lodash": "^4.17.21",
16
-        "moment": "^2.29.3"
15
+        "lodash": "^4.17.21"
17
       }
16
       }
18
     },
17
     },
19
     "node_modules/animate.css": {
18
     "node_modules/animate.css": {
@@ -38,14 +37,6 @@
38
       "version": "4.17.21",
37
       "version": "4.17.21",
39
       "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
38
       "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
40
       "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
39
       "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
41
-    },
42
-    "node_modules/moment": {
43
-      "version": "2.29.3",
44
-      "resolved": "https://registry.npmmirror.com/moment/-/moment-2.29.3.tgz",
45
-      "integrity": "sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw==",
46
-      "engines": {
47
-        "node": "*"
48
-      }
49
     }
40
     }
50
   },
41
   },
51
   "dependencies": {
42
   "dependencies": {
@@ -68,11 +59,6 @@
68
       "version": "4.17.21",
59
       "version": "4.17.21",
69
       "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
60
       "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
70
       "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
61
       "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
71
-    },
72
-    "moment": {
73
-      "version": "2.29.3",
74
-      "resolved": "https://registry.npmmirror.com/moment/-/moment-2.29.3.tgz",
75
-      "integrity": "sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw=="
76
     }
62
     }
77
   }
63
   }
78
 }
64
 }

+ 1 - 2
package.json

@@ -17,7 +17,6 @@
17
     "animate.css": "^4.1.1",
17
     "animate.css": "^4.1.1",
18
     "crypto-js": "^4.1.1",
18
     "crypto-js": "^4.1.1",
19
     "date-fns": "^2.28.0",
19
     "date-fns": "^2.28.0",
20
-    "lodash": "^4.17.21",
21
-    "moment": "^2.29.3"
20
+    "lodash": "^4.17.21"
22
   }
21
   }
23
 }
22
 }

+ 3 - 4
utils/index.js

@@ -4,7 +4,6 @@ import {
4
   pad,
4
   pad,
5
   enc
5
   enc
6
 } from "crypto-js";
6
 } from "crypto-js";
7
-import moment from 'moment';
8
 import {
7
 import {
9
   WORKORDER_EVALUATION
8
   WORKORDER_EVALUATION
10
 } from "./enum.workorderEvaluation.js";
9
 } from "./enum.workorderEvaluation.js";
@@ -288,9 +287,9 @@ export function showJiaji(id, callBack) {
288
 
287
 
289
 // 返回上一页
288
 // 返回上一页
290
 export const backPress = function() {
289
 export const backPress = function() {
291
-	let pages = getCurrentPages() //页面栈
292
-	let prePage = pages[pages.length - 2] //上一页
293
-	prePage.$vm.reFresh = Math.random() //触发上一页监听器
290
+  let pages = getCurrentPages() //页面栈
291
+  let prePage = pages[pages.length - 2] //上一页
292
+  prePage.$vm.reFresh = Math.random() //触发上一页监听器
294
 }
293
 }
295
 
294
 
296
 // 获取页面栈,默认0是当前页面栈,包含参数
295
 // 获取页面栈,默认0是当前页面栈,包含参数