diff --git a/component/public/Drawer.vue b/component/public/Drawer.vue index ff0b10b..74958ac 100644 --- a/component/public/Drawer.vue +++ b/component/public/Drawer.vue @@ -96,7 +96,8 @@ .drawer-img { width: 25rpx; height: 25rpx; - margin-left: 15rpx; + margin-left: 10rpx; + transform: rotate(180deg); } } } diff --git a/component/rightItemsindex/index.vue b/component/rightItemsindex/index.vue index 596eee3..8cb6fda 100644 --- a/component/rightItemsindex/index.vue +++ b/component/rightItemsindex/index.vue @@ -407,6 +407,7 @@ + diff --git a/component/rightItemsindex/transferExecution/index.vue b/component/rightItemsindex/transferExecution/index.vue index b927b48..6ebbd0c 100644 --- a/component/rightItemsindex/transferExecution/index.vue +++ b/component/rightItemsindex/transferExecution/index.vue @@ -1,30 +1,10 @@ \ No newline at end of file diff --git a/manifest.json b/manifest.json index 2f9aa56..627ccea 100644 --- a/manifest.json +++ b/manifest.json @@ -56,7 +56,7 @@ "sdkConfigs" : { "share" : { "weixin" : { - "appid" : "", + "appid" : "wxda748470da82886e", "UniversalLinks" : "" } } diff --git a/pages.json b/pages.json index f300ea6..ebdc098 100644 --- a/pages.json +++ b/pages.json @@ -1,6 +1,7 @@ { "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + // 主页 { "path": "pages/index/index", "style": { @@ -8,28 +9,46 @@ } }, + // 护理 { - "path": "pages/login/login", + "path": "pages/Nursing/index", + "style": { + "navigationStyle": "custom" + } + + }, + // 仓储 + { + "path": "pages/Warehousing/index", "style": { "navigationStyle": "custom" } }, + // 登录 + { + "path": "pages/login/login", + "style": { + "navigationStyle": "custom" + } + + }, + // 护理表格预览 { "path": "pages/timeMatrix/index", "style": { "navigationStyle": "custom" } - + } // { // "path": "pages/somethingmove/index", // "style": { // "navigationStyle": "custom" // } - + // } - + ], "globalStyle": { diff --git a/pages/index/index.css b/pages/Nursing/index.css similarity index 100% rename from pages/index/index.css rename to pages/Nursing/index.css diff --git a/pages/index/index.ts b/pages/Nursing/index.ts similarity index 100% rename from pages/index/index.ts rename to pages/Nursing/index.ts diff --git a/pages/Nursing/index.vue b/pages/Nursing/index.vue new file mode 100644 index 0000000..f50bea2 --- /dev/null +++ b/pages/Nursing/index.vue @@ -0,0 +1,464 @@ + + + + + \ No newline at end of file diff --git a/pages/Warehousing/index.css b/pages/Warehousing/index.css new file mode 100644 index 0000000..e69de29 diff --git a/pages/Warehousing/index.ts b/pages/Warehousing/index.ts new file mode 100644 index 0000000..ab250aa --- /dev/null +++ b/pages/Warehousing/index.ts @@ -0,0 +1,6 @@ +export type Link = { + url : string; + targetUrl : string; + name:string; + pao:number; +}; diff --git a/pages/Warehousing/index.vue b/pages/Warehousing/index.vue new file mode 100644 index 0000000..392f7f0 --- /dev/null +++ b/pages/Warehousing/index.vue @@ -0,0 +1,247 @@ + + + + + \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index 73fbdce..fad5d2d 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,259 +1,49 @@ - \ No newline at end of file diff --git a/pages/somethingmove/index.vue b/pages/somethingmove/index.vue index 525be40..86c0db2 100644 --- a/pages/somethingmove/index.vue +++ b/pages/somethingmove/index.vue @@ -1,4 +1,3 @@ -