diff --git a/manifest.json b/manifest.json index 2e1045d..6d9e11e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { - "name" : "uniApp", - "appid" : "", + "name" : "智能盘点", + "appid" : "__UNI__20007E5", "description" : "", "versionName" : "1.0.0", "versionCode" : "100", @@ -41,9 +41,43 @@ ] }, /* ios打包配置 */ - "ios" : {}, + "ios" : { + "dSYMs" : false + }, /* SDK配置 */ - "sdkConfigs" : {} + "sdkConfigs" : {}, + "icons" : { + "android" : { + "hdpi" : "unpackage/res/icons/72x72.png", + "xhdpi" : "unpackage/res/icons/96x96.png", + "xxhdpi" : "unpackage/res/icons/144x144.png", + "xxxhdpi" : "unpackage/res/icons/192x192.png" + }, + "ios" : { + "appstore" : "unpackage/res/icons/1024x1024.png", + "ipad" : { + "app" : "unpackage/res/icons/76x76.png", + "app@2x" : "unpackage/res/icons/152x152.png", + "notification" : "unpackage/res/icons/20x20.png", + "notification@2x" : "unpackage/res/icons/40x40.png", + "proapp@2x" : "unpackage/res/icons/167x167.png", + "settings" : "unpackage/res/icons/29x29.png", + "settings@2x" : "unpackage/res/icons/58x58.png", + "spotlight" : "unpackage/res/icons/40x40.png", + "spotlight@2x" : "unpackage/res/icons/80x80.png" + }, + "iphone" : { + "app@2x" : "unpackage/res/icons/120x120.png", + "app@3x" : "unpackage/res/icons/180x180.png", + "notification@2x" : "unpackage/res/icons/40x40.png", + "notification@3x" : "unpackage/res/icons/60x60.png", + "settings@2x" : "unpackage/res/icons/58x58.png", + "settings@3x" : "unpackage/res/icons/87x87.png", + "spotlight@2x" : "unpackage/res/icons/80x80.png", + "spotlight@3x" : "unpackage/res/icons/120x120.png" + } + } + } } }, /* 快应用特有相关 */ @@ -55,7 +89,7 @@ "urlCheck" : false }, "usingComponents" : true, - "mergeVirtualHostAttributes" : true + "mergeVirtualHostAttributes" : true }, "mp-alipay" : { "usingComponents" : true @@ -65,7 +99,7 @@ }, "mp-toutiao" : { "usingComponents" : true, - "mergeVirtualHostAttributes" : true + "mergeVirtualHostAttributes" : true }, "uniStatistics" : { "enable" : false diff --git a/pages.json b/pages.json index 7a911db..8394925 100644 --- a/pages.json +++ b/pages.json @@ -2,28 +2,24 @@ "pages": [{ "path": "pages/login/login", "style": { - "topWindow": false, - "leftWindow": false, - "rightWindow": false + "navigationStyle": "custom" + } }, { "path": "pages/tabbar/order/order", - "needLogin": true, "style": { "navigationBarTitleText": "随行记录" } }, { "path": "pages/tabbar/stock/stock", - "needLogin": true, "style": { "navigationBarTitleText": "盘点记录" } }, { "path": "pages/tabbar/video/video", - "needLogin": true, "style": { "navigationBarTitleText": "视频直播" } diff --git a/pages/login/login.vue b/pages/login/login.vue index 31a7bf3..248af7e 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -1,10 +1,11 @@