diff --git a/package.json b/package.json
index 970f434..7d4d70a 100644
--- a/package.json
+++ b/package.json
@@ -80,18 +80,24 @@
"@tanstack/query-core": "^5.76.0",
"@tanstack/vue-query": "^5.62.16",
"@vant/area-data": "^2.0.0",
+ "@vue/devtools-api": "^7.7.6",
+ "@vue/devtools-kit": "^7.7.6",
+ "@vue/devtools-shared": "^7.7.6",
"abortcontroller-polyfill": "^1.7.8",
"base-64": "^1.0.0",
+ "birpc": "^2.3.0",
"charenc": "^0.0.2",
"crypt": "^0.0.2",
"dayjs": "1.11.10",
"echarts": "^5.6.0",
"fs-extra": "^11.3.0",
+ "hookable": "^5.5.3",
"is-buffer": "^2.0.5",
"js-base64": "^3.6.1",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"md5": "^2.3.0",
+ "perfect-debounce": "^1.0.0",
"pinia": "2.0.36",
"pinia-plugin-persistedstate": "3.2.1",
"qs": "6.5.3",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 86da682..fa6df3b 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -68,12 +68,24 @@ importers:
'@vant/area-data':
specifier: ^2.0.0
version: 2.0.0
+ '@vue/devtools-api':
+ specifier: ^7.7.6
+ version: 7.7.6
+ '@vue/devtools-kit':
+ specifier: ^7.7.6
+ version: 7.7.6
+ '@vue/devtools-shared':
+ specifier: ^7.7.6
+ version: 7.7.6
abortcontroller-polyfill:
specifier: ^1.7.8
version: 1.7.8
base-64:
specifier: ^1.0.0
version: 1.0.0
+ birpc:
+ specifier: ^2.3.0
+ version: 2.3.0
charenc:
specifier: ^0.0.2
version: 0.0.2
@@ -89,6 +101,9 @@ importers:
fs-extra:
specifier: ^11.3.0
version: 11.3.0
+ hookable:
+ specifier: ^5.5.3
+ version: 5.5.3
is-buffer:
specifier: ^2.0.5
version: 2.0.5
@@ -104,6 +119,9 @@ importers:
md5:
specifier: ^2.3.0
version: 2.3.0
+ perfect-debounce:
+ specifier: ^1.0.0
+ version: 1.0.0
pinia:
specifier: 2.0.36
version: 2.0.36(typescript@5.7.2)(vue@3.4.21(typescript@5.7.2))
diff --git a/src/api/OfficeEquipmentMaintenanceApplication/bpmApi/index.ts b/src/api/OfficeEquipmentMaintenanceApplication/bpmApi/index.ts
new file mode 100644
index 0000000..5efa2df
--- /dev/null
+++ b/src/api/OfficeEquipmentMaintenanceApplication/bpmApi/index.ts
@@ -0,0 +1,11 @@
+import { http } from '@/utils/http';
+
+
+/*通过id查询请假数据*/
+export function queryByIdApi(id : string) {
+ return http({
+ url: '/cxcbgjjwxsq/cxcBgjjwxsq/queryByIdForApp',//填写表单的queryById请求地址
+ method: 'GET',
+ data: { id }
+ })
+}
diff --git a/src/api/SuperiorSystem/bpmApi/index.ts b/src/api/SuperiorSystem/bpmApi/index.ts
new file mode 100644
index 0000000..9551f60
--- /dev/null
+++ b/src/api/SuperiorSystem/bpmApi/index.ts
@@ -0,0 +1,11 @@
+import { http } from '@/utils/http';
+
+
+/*通过id查询数据*/
+export function queryByIdApi(id : string) {
+ return http({
+ url: '/cxcjyglsjzdgl/cxcJyglSjzdgl/queryByIdForAPP',//填写表单的queryById请求地址
+ method: 'GET',
+ data: { id }
+ })
+}
diff --git a/src/api/lawsAndRegulations/bpmApi/index.ts b/src/api/lawsAndRegulations/bpmApi/index.ts
new file mode 100644
index 0000000..bb1b4f7
--- /dev/null
+++ b/src/api/lawsAndRegulations/bpmApi/index.ts
@@ -0,0 +1,11 @@
+import { http } from '@/utils/http';
+
+
+/*通过id查询请假数据*/
+export function queryByIdApi(id : string) {
+ return http({
+ url: '/cxcoaflgf/cxcOaFlgf/queryByIdForApp',//填写表单的queryById请求地址
+ method: 'GET',
+ data: { id }
+ })
+}
diff --git a/src/pages-bpm/OfficeEquipmentMaintenanceApplication/index.vue b/src/pages-bpm/OfficeEquipmentMaintenanceApplication/index.vue
new file mode 100644
index 0000000..04bf31b
--- /dev/null
+++ b/src/pages-bpm/OfficeEquipmentMaintenanceApplication/index.vue
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages-bpm/SuperiorSystem/index.vue b/src/pages-bpm/SuperiorSystem/index.vue
new file mode 100644
index 0000000..0565728
--- /dev/null
+++ b/src/pages-bpm/SuperiorSystem/index.vue
@@ -0,0 +1,56 @@
+
+
+
+
+
+
+ {{info.zdmc}}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages-bpm/lawsAndRegulations/index.vue b/src/pages-bpm/lawsAndRegulations/index.vue
new file mode 100644
index 0000000..9dbb7f4
--- /dev/null
+++ b/src/pages-bpm/lawsAndRegulations/index.vue
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+ {{info.flfgmc}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages.json b/src/pages.json
index 88e5087..5deeecb 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -1,551 +1,546 @@
{
- "globalStyle": {
- "navigationStyle": "default",
- "navigationBarTitleText": "uniapp",
- "navigationBarBackgroundColor": "#f8f8f8",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#FFFFFF"
- },
- "easycom": {
- "autoscan": true,
- "custom": {
- "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue",
- "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
- }
- },
- "tabBar": {
- "color": "#aaa",
- "selectedColor": "#39b54a",
- "backgroundColor": "#F8F8F8",
- "borderStyle": "black",
- "height": "50px",
- "fontSize": "11px",
- "iconWidth": "24px",
- "spacing": "3px",
- "list": [
- {
- "iconPath": "static/tabbar/tabbar-home-2.png",
- "selectedIconPath": "static/tabbar/tabbar-home.png",
- "pagePath": "pages/index/index",
- "text": "首页"
- },
- {
- "iconPath": "static/tabbar/tabbar-production.png",
- "selectedIconPath": "static/tabbar/tabbar-production-2.png",
- "pagePath": "pages/production/index",
- "text": "生产"
- },
- {
- "iconPath": "static/tabbar/tabbar-operation.png",
- "selectedIconPath": "static/tabbar/tabbar-operation-2.png",
- "pagePath": "pages/operation/index",
- "text": "经营"
- },
- {
- "iconPath": "static/tabbar/tabbar-user-2.png",
- "selectedIconPath": "static/tabbar/tabbar-user.png",
- "pagePath": "pages/user/people",
- "text": "个人"
- }
- ]
- },
- "pages": [
- {
- "path": "pages/login/login",
- "type": "home",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "登录页"
- }
- },
- {
- "path": "pages/annotation/annotationDetail",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/annotation/annotationList",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationBarTitleText": "我的消息",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/index",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "主页"
- }
- },
- {
- "path": "pages/message/message",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/more/more",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationBarTitleText": "更多",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/onlinePreview/detail",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "在线预览"
- }
- },
- {
- "path": "pages/onlinePreview/onlinePreview",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "在线预览"
- }
- },
- {
- "path": "pages/onlinePreview/onlinePreviewH5",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "H5在线预览"
- }
- },
- {
- "path": "pages/operation/index",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "经营数据"
- }
- },
- {
- "path": "pages/production/index",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "生产数据"
- }
- },
- {
- "path": "pages/sljd/index",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "实流检定"
- }
- },
- {
- "path": "pages/user/people",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "个人"
- }
- },
- {
- "path": "pages/workHome/index",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationBarTitleText": "工作台",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/production/ribaoshuju/rbsjLsxq",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "历史数据"
- }
- },
- {
- "path": "pages/production/ribaoshuju/trqRbsj",
- "type": "page"
- },
- {
- "path": "pages/production/ribaoshuju/yyRbsj",
- "type": "page"
- },
- {
- "path": "pages/production/shishishuju/aqbjSssj",
- "type": "page"
- },
- {
- "path": "pages/production/shishishuju/gycsSssj",
- "type": "page"
- },
- {
- "path": "pages/production/shishishuju/index",
- "type": "page"
- },
- {
- "path": "pages/production/shishishuju/nyxhSssj",
- "type": "page"
- },
- {
- "path": "pages/production/shishishuju/trqSssj",
- "type": "page"
- },
- {
- "path": "pages/production/shishishuju/ysjSssj",
- "type": "page"
- }
- ],
- "subPackages": [
- {
- "root": "pages-home",
- "pages": [
- {
- "path": "home/home",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationBarTitleText": ""
- }
- }
- ]
- },
- {
- "root": "pages-message",
- "pages": [
- {
- "path": "chat/chat",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationBarTitleText": "聊天",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "contacts/contacts",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "联系人"
- }
- },
- {
- "path": "personPage/personPage",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "tenant/tenant",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "styleIsolation": "apply-shared"
- }
- }
- ]
- },
- {
- "root": "pages-user",
- "pages": [
- {
- "path": "userEdit/userEdit",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- }
- ]
- },
- {
- "root": "pages-work",
- "pages": [
- {
- "path": "dragPage/index",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "仪表盘"
- }
- },
- {
- "path": "onlinePage/onlineAdd",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "Online表单新增"
- }
- },
- {
- "path": "onlinePage/onlineDetail",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "Online表单新增"
- }
- },
- {
- "path": "onlinePage/onlineEdit",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "Online表单新增"
- }
- }
- ]
- },
- {
- "root": "pages-sub",
- "pages": [
- {
- "path": "online/online",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationBarTitleText": "online",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "online/onlineCard",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "online/onlineTable",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- }
- ]
- },
- {
- "root": "pages-operate",
- "pages": [
- {
- "path": "file/detail",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "厂级制度详情"
- }
- },
- {
- "path": "file/index",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "公文/通知公告/法律法规/上级制度/厂级制度"
- }
- },
- {
- "path": "sc/index",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "三册"
- }
- }
- ]
- },
- {
- "root": "pages-humanResource",
- "pages": [
- {
- "path": "absence/add",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "请假申请"
- }
- },
- {
- "path": "absence/detail",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "请假详情"
- }
- },
- {
- "path": "absence/index",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "请假信息"
- }
- },
- {
- "path": "personnel/ageStatistics",
- "type": "page"
- },
- {
- "path": "personnel/detail",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "人员详情"
- }
- },
- {
- "path": "personnel/generalFieldStatistics",
- "type": "page"
- },
- {
- "path": "personnel/index",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "人员信息"
- }
- },
- {
- "path": "personnel/standingbook",
- "type": "page"
- }
- ]
- },
- {
- "root": "pages-integrated",
- "pages": [
- {
- "path": "duty/index",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "干部值班"
- }
- }
- ]
- },
- {
- "root": "pages-politics",
- "pages": [
- {
- "path": "health/add",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "健康填报"
- }
- }
- ]
- },
- {
- "root": "pages-process",
- "pages": [
- {
- "path": "approvalTabbar",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "流程审批导航"
- }
- },
- {
- "path": "myApplyProcess",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "我发起流程"
- }
- },
- {
- "path": "taskHandle",
- "type": "page",
- "layout": "default",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "任务处理"
- }
- }
- ]
- },
- {
- "root": "pages-bpm",
- "pages": [
- {
- "path": "carRental/index",
- "type": "page"
- },
- {
- "path": "document/index",
- "type": "page"
- },
- {
- "path": "khss/index",
- "type": "page"
- },
- {
- "path": "leaveApplication/index",
- "type": "page"
- },
- {
- "path": "unconventional/index",
- "type": "page"
- },
- {
- "path": "unconventional/stamp",
- "type": "page"
- },
- {
- "path": "zbkh/index",
- "type": "page"
- }
- ]
- }
- ]
+ "globalStyle": {
+ "navigationStyle": "default",
+ "navigationBarTitleText": "uniapp",
+ "navigationBarBackgroundColor": "#f8f8f8",
+ "navigationBarTextStyle": "black",
+ "backgroundColor": "#FFFFFF"
+ },
+ "easycom": {
+ "autoscan": true,
+ "custom": {
+ "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue",
+ "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
+ }
+ },
+ "tabBar": {
+ "color": "#aaa",
+ "selectedColor": "#39b54a",
+ "backgroundColor": "#F8F8F8",
+ "borderStyle": "black",
+ "height": "50px",
+ "fontSize": "11px",
+ "iconWidth": "24px",
+ "spacing": "3px",
+ "list": [{
+ "iconPath": "static/tabbar/tabbar-home-2.png",
+ "selectedIconPath": "static/tabbar/tabbar-home.png",
+ "pagePath": "pages/index/index",
+ "text": "首页"
+ },
+ {
+ "iconPath": "static/tabbar/tabbar-production.png",
+ "selectedIconPath": "static/tabbar/tabbar-production-2.png",
+ "pagePath": "pages/production/index",
+ "text": "生产"
+ },
+ {
+ "iconPath": "static/tabbar/tabbar-operation.png",
+ "selectedIconPath": "static/tabbar/tabbar-operation-2.png",
+ "pagePath": "pages/operation/index",
+ "text": "经营"
+ },
+ {
+ "iconPath": "static/tabbar/tabbar-user-2.png",
+ "selectedIconPath": "static/tabbar/tabbar-user.png",
+ "pagePath": "pages/user/people",
+ "text": "个人"
+ }
+ ]
+ },
+ "pages": [{
+ "path": "pages/login/login",
+ "type": "home",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "登录页"
+ }
+ },
+ {
+ "path": "pages/annotation/annotationDetail",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/annotation/annotationList",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationBarTitleText": "我的消息",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/index/index",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "主页"
+ }
+ },
+ {
+ "path": "pages/message/message",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/more/more",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationBarTitleText": "更多",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/onlinePreview/detail",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "在线预览"
+ }
+ },
+ {
+ "path": "pages/onlinePreview/onlinePreview",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "在线预览"
+ }
+ },
+ {
+ "path": "pages/onlinePreview/onlinePreviewH5",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "H5在线预览"
+ }
+ },
+ {
+ "path": "pages/operation/index",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "经营数据"
+ }
+ },
+ {
+ "path": "pages/production/index",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "生产数据"
+ }
+ },
+ {
+ "path": "pages/sljd/index",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "实流检定"
+ }
+ },
+ {
+ "path": "pages/user/people",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "个人"
+ }
+ },
+ {
+ "path": "pages/workHome/index",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationBarTitleText": "工作台",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/production/ribaoshuju/rbsjLsxq",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "历史数据"
+ }
+ },
+ {
+ "path": "pages/production/ribaoshuju/trqRbsj",
+ "type": "page"
+ },
+ {
+ "path": "pages/production/ribaoshuju/yyRbsj",
+ "type": "page"
+ },
+ {
+ "path": "pages/production/shishishuju/aqbjSssj",
+ "type": "page"
+ },
+ {
+ "path": "pages/production/shishishuju/gycsSssj",
+ "type": "page"
+ },
+ {
+ "path": "pages/production/shishishuju/index",
+ "type": "page"
+ },
+ {
+ "path": "pages/production/shishishuju/nyxhSssj",
+ "type": "page"
+ },
+ {
+ "path": "pages/production/shishishuju/trqSssj",
+ "type": "page"
+ },
+ {
+ "path": "pages/production/shishishuju/ysjSssj",
+ "type": "page"
+ }
+ ],
+ "subPackages": [{
+ "root": "pages-home",
+ "pages": [{
+ "path": "home/home",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationBarTitleText": ""
+ }
+ }]
+ },
+ {
+ "root": "pages-message",
+ "pages": [{
+ "path": "chat/chat",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationBarTitleText": "聊天",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "contacts/contacts",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "联系人"
+ }
+ },
+ {
+ "path": "personPage/personPage",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "tenant/tenant",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom",
+ "styleIsolation": "apply-shared"
+ }
+ }
+ ]
+ },
+ {
+ "root": "pages-user",
+ "pages": [{
+ "path": "userEdit/userEdit",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom"
+ }
+ }]
+ },
+ {
+ "root": "pages-work",
+ "pages": [{
+ "path": "dragPage/index",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "仪表盘"
+ }
+ },
+ {
+ "path": "onlinePage/onlineAdd",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "Online表单新增"
+ }
+ },
+ {
+ "path": "onlinePage/onlineDetail",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "Online表单新增"
+ }
+ },
+ {
+ "path": "onlinePage/onlineEdit",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "Online表单新增"
+ }
+ }
+ ]
+ },
+ {
+ "root": "pages-sub",
+ "pages": [{
+ "path": "online/online",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationBarTitleText": "online",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "online/onlineCard",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "online/onlineTable",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom"
+ }
+ }
+ ]
+ },
+ {
+ "root": "pages-operate",
+ "pages": [{
+ "path": "file/detail",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "厂级制度详情"
+ }
+ },
+ {
+ "path": "file/index",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "公文/通知公告/法律法规/上级制度/厂级制度"
+ }
+ },
+ {
+ "path": "sc/index",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "三册"
+ }
+ }
+ ]
+ },
+ {
+ "root": "pages-humanResource",
+ "pages": [{
+ "path": "absence/add",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "请假申请"
+ }
+ },
+ {
+ "path": "absence/detail",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "请假详情"
+ }
+ },
+ {
+ "path": "absence/index",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "请假信息"
+ }
+ },
+ {
+ "path": "personnel/ageStatistics",
+ "type": "page"
+ },
+ {
+ "path": "personnel/detail",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "人员详情"
+ }
+ },
+ {
+ "path": "personnel/generalFieldStatistics",
+ "type": "page"
+ },
+ {
+ "path": "personnel/index",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "人员信息"
+ }
+ },
+ {
+ "path": "personnel/standingbook",
+ "type": "page"
+ }
+ ]
+ },
+ {
+ "root": "pages-integrated",
+ "pages": [{
+ "path": "duty/index",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "干部值班"
+ }
+ }]
+ },
+ {
+ "root": "pages-politics",
+ "pages": [{
+ "path": "health/add",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "健康填报"
+ }
+ }]
+ },
+ {
+ "root": "pages-process",
+ "pages": [{
+ "path": "approvalTabbar",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "流程审批导航"
+ }
+ },
+ {
+ "path": "myApplyProcess",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "我发起流程"
+ }
+ },
+ {
+ "path": "taskHandle",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "任务处理"
+ }
+ }
+ ]
+ },
+ {
+ "root": "pages-bpm",
+ "pages": [{
+ "path": "carRental/index",
+ "type": "page"
+ },
+ {
+ "path": "document/index",
+ "type": "page"
+ },
+ {
+ "path": "khss/index",
+ "type": "page"
+ },
+ {
+ "path": "leaveApplication/index",
+ "type": "page"
+ },
+ {
+ "path": "unconventional/index",
+ "type": "page"
+ },
+ {
+ "path": "unconventional/stamp",
+ "type": "page"
+ },
+ {
+ "path": "zbkh/index",
+ "type": "page"
+ },
+ {
+
+ "path": "lawsAndRegulations/index",
+ "type": "page"
+ },
+ {
+ "path": "OfficeEquipmentMaintenanceApplication/index",
+ "type": "page"
+ },
+ {
+ "path": "SuperiorSystem/index",
+ "type": "page"
+ }
+ ]
+ }
+ ]
}
\ No newline at end of file
diff --git a/src/types/uni-pages.d.ts b/src/types/uni-pages.d.ts
index 34686a6..70fddc4 100644
--- a/src/types/uni-pages.d.ts
+++ b/src/types/uni-pages.d.ts
@@ -56,10 +56,10 @@ interface NavigateToOptions {
"/pages-process/approvalTabbar" |
"/pages-process/myApplyProcess" |
"/pages-process/taskHandle" |
- "/pages-bpm/carRental/index" |
- "/pages-bpm/document/index" |
- "/pages-bpm/khss/index" |
+ "/pages-bpm/lawsAndRegulations/index" |
"/pages-bpm/leaveApplication/index" |
+ "/pages-bpm/OfficeEquipmentMaintenanceApplication/index" |
+ "/pages-bpm/SuperiorSystem/index";
"/pages-bpm/unconventional/index" |
"/pages-bpm/unconventional/stamp" |
"/pages-bpm/zbkh/index";