xjj il y a 1 an
Parent
commit
7a764307b8
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      manifest.json
  2. 1 1
      pages/audit/excelDetail.vue

+ 1 - 1
manifest.json

@@ -1,5 +1,5 @@
 {
-    "name" : "人日系统",
+    "name" : "BOM",
     "appid" : "__UNI__87B699A",
     "description" : "",
     "versionName" : "2.0.8",

+ 1 - 1
pages/audit/excelDetail.vue

@@ -15,7 +15,7 @@
 			}
 		},
 		onLoad(options) {
-			this.url = `${host}/#/mobile/detail/${options.templateNodeId}/${options.versionId}?JWT-TOKEN=${token}`
+			this.url = `http://120.55.44.4:8896/#/mobile/detail/${options.templateNodeId}/${options.versionId}?JWT-TOKEN=${token}`
 		},
 	}
 </script>