diff --git a/src/manifest.json b/src/manifest.json index 049580f..6b61b20 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { - "name" : "thtApp", - "appid" : "__UNI__E4D576B", + "name" : "隐患app", + "appid" : "__UNI__F945325", "description" : "应用描述", "versionName" : "1.0.0", "versionCode" : "100", @@ -24,7 +24,9 @@ "Push" : {}, "Share" : {}, "Speech" : {}, - "VideoPlayer" : {} + "VideoPlayer" : {}, + "Geolocation" : {}, + "Maps" : {} }, /* 应用发布信息 */ "distribute" : { @@ -68,13 +70,30 @@ /* ios打包配置 */ "ios" : { "UIBackgroundModes" : [ "audio" ], - "urlschemewhitelist" : [ "baidumap", "iosamap" ] + "urlschemewhitelist" : [ "baidumap", "iosamap" ], + "dSYMs" : false }, /* SDK配置 */ "sdkConfigs" : { "speech" : { "ifly" : {} - } + }, + "maps" : { + "amap" : { + "name" : "amap_185324619", + "appkey_ios" : "701ca304442fc9b4a81f5e5695abfa2e", + "appkey_android" : "701ca304442fc9b4a81f5e5695abfa2e" + } + }, + "geolocation" : { + "amap" : { + "name" : "amap_185324619", + "__platform__" : [ "android" ], + "appkey_ios" : "", + "appkey_android" : "701ca304442fc9b4a81f5e5695abfa2e" + } + }, + "ad" : {} }, "orientation" : [ "portrait-primary" ] }, @@ -153,8 +172,10 @@ }, "sdkConfigs" : { "maps" : { - "qqmap" : { - "key" : "TKUBZ-D24AF-GJ4JY-JDVM2-IBYKK-KEBCU" + "amap" : { + "key" : "ae3e8765afb55c6765921de018721938", + "securityJsCode" : "2bde082e12bc68b3a49ba8c9b984e8df", + "serviceHost" : "2bde082e12bc68b3a49ba8c9b984e8df" } } }, diff --git a/src/pages.json b/src/pages.json index 1cb28cf..2b5c14c 100644 --- a/src/pages.json +++ b/src/pages.json @@ -109,19 +109,27 @@ } } }, + // { + // "path" : "pages/home/investigationSelect/investigationSelect", + // "style" : + // { + // "navigationBarTitleText": "排查选择" + // // "navigationStyle": "custom" + // } + // }, { - "path" : "pages/home/investigationSelect/investigationSelect", + "path" : "pages/home/knowledge", "style" : { - "navigationBarTitleText": "排查选择" - // "navigationStyle": "custom" + "navigationStyle": "custom" } }, { - "path" : "pages/home/knowledge", + "path" : "pages/map/index", "style" : { - "navigationStyle": "custom" + "navigationBarTitleText": "排查选择" + // "navigationStyle": "custom" } } ], diff --git a/src/pages/map/index.vue b/src/pages/map/index.vue new file mode 100644 index 0000000..80fbd53 --- /dev/null +++ b/src/pages/map/index.vue @@ -0,0 +1,583 @@ + + + + + \ No newline at end of file diff --git a/src/static/map/3567.png b/src/static/map/3567.png new file mode 100644 index 0000000..2942b21 Binary files /dev/null and b/src/static/map/3567.png differ diff --git a/src/static/map/3568.png b/src/static/map/3568.png new file mode 100644 index 0000000..8ece203 Binary files /dev/null and b/src/static/map/3568.png differ diff --git a/src/static/map/3746.png b/src/static/map/3746.png new file mode 100644 index 0000000..6eb7684 Binary files /dev/null and b/src/static/map/3746.png differ diff --git a/src/static/map/978.png b/src/static/map/978.png new file mode 100644 index 0000000..44568bd Binary files /dev/null and b/src/static/map/978.png differ diff --git a/src/static/map/c.png b/src/static/map/c.png new file mode 100644 index 0000000..50248a1 Binary files /dev/null and b/src/static/map/c.png differ diff --git a/src/static/map/c2.png b/src/static/map/c2.png new file mode 100644 index 0000000..0138fbc Binary files /dev/null and b/src/static/map/c2.png differ diff --git a/src/static/map/elleft.png b/src/static/map/elleft.png new file mode 100644 index 0000000..84e4a1b Binary files /dev/null and b/src/static/map/elleft.png differ diff --git a/src/static/map/elright.png b/src/static/map/elright.png new file mode 100644 index 0000000..7a2ce69 Binary files /dev/null and b/src/static/map/elright.png differ diff --git a/src/static/map/l.png b/src/static/map/l.png new file mode 100644 index 0000000..3f2a7b7 Binary files /dev/null and b/src/static/map/l.png differ diff --git a/src/static/map/ll.png b/src/static/map/ll.png new file mode 100644 index 0000000..3f2a7b7 Binary files /dev/null and b/src/static/map/ll.png differ diff --git a/src/static/map/r.png b/src/static/map/r.png new file mode 100644 index 0000000..79e3c61 Binary files /dev/null and b/src/static/map/r.png differ diff --git a/src/static/map/rr.png b/src/static/map/rr.png new file mode 100644 index 0000000..84e4a1b Binary files /dev/null and b/src/static/map/rr.png differ