diff --git a/yanzhu-ui-app/README.md b/yanzhu-ui-app/README.md
index cc281552..27528247 100644
--- a/yanzhu-ui-app/README.md
+++ b/yanzhu-ui-app/README.md
@@ -1,4 +1,3 @@
-
研筑-临时工程项目管理App
基于RuoYi+Flowable 6.x的工作流管理平台
@@ -7,17 +6,18 @@
## 平台简介
-基于RuoYi-vue + Flowable 6.x 的工作流管理平台 ~
+基于 RuoYi-vue + Flowable 6.x 的工作流管理平台 ~
- 不定时同步[RuoYi-Vue](https://gitee.com/y_project/RuoYi-Vue)至最新版本。
-- 前端采用Vue、Element UI。
-- 后端采用Spring Boot、Spring Security、Redis & Jwt。
-- 权限认证使用Jwt,支持多终端认证系统。
+- 前端采用 Vue、Element UI。
+- 后端采用 Spring Boot、Spring Security、Redis & Jwt。
+- 权限认证使用 Jwt,支持多终端认证系统。
- 支持加载动态权限菜单,多方式轻松权限控制.
- 项目地址:[Gitee](https://gitee.com/tony2y/RuoYi-flowable.git) [Github](https://github.com/tony2y/RuoYi-flowable.git)
- 阿里云折扣场:[点我进入](https://www.aliyun.com/activity/daily/bestoffer?userCode=q2b8atsa),腾讯云秒杀场:[点我进入](https://curl.qcloud.com/W5KFkBG4)
- 阿里云优惠券:[点我领取](https://www.aliyun.com/daily-act/ecs/activity_selection?userCode=q2b8atsa),腾讯云优惠券:[点我领取](https://curl.qcloud.com/AacfyRxq)
- 特别鸣谢:[RuoYi-Vue](https://gitee.com/y_project/RuoYi-Vue)
+
## 内置功能
- 在线流程设计器
@@ -36,5 +36,8 @@
## 其它业务系统
-- [[ 智慧农业认养系统 ]](https://gitee.com/tony2y/smart-breed):基于Java + SpringBoot + Mybatis Plus + Redis + Vue + antdv,支持认养、商城、营销、会员、进销存、多租户等功能,包含小程序,系统管理后台。
-- [[ 智慧景区管理系统 ]](https://gitee.com/tony2y/scenic-spot):基于Java + SpringBoot + Mybatis Plus + Redis + Vue + antdv,支持景区管理、售票、地块管理、认养、商城、农资管理、积分兑换等功能,包含小程序,系统管理后台。
\ No newline at end of file
+- [[智慧农业认养系统]](https://gitee.com/tony2y/smart-breed):基于Java + SpringBoot + Mybatis Plus + Redis + Vue + antdv,支持认养、商城、营销、会员、进销存、多租户等功能,包含小程序,系统管理后台。
+- [[智慧景区管理系统]](https://gitee.com/tony2y/scenic-spot):基于Java + SpringBoot + Mybatis Plus + Redis + Vue + antdv,支持景区管理、售票、地块管理、认养、商城、农资管理、积分兑换等功能,包含小程序,系统管理后台。
+
+数字项管:wx46466c7828eede2b
+筑安施工:wx007a8fd50dc185b2
diff --git a/yanzhu-ui-app/miniprogram/config.js b/yanzhu-ui-app/miniprogram/config.js
index ca18b612..e3b3ac1e 100644
--- a/yanzhu-ui-app/miniprogram/config.js
+++ b/yanzhu-ui-app/miniprogram/config.js
@@ -1,10 +1,12 @@
// 应用全局配置
module.exports = {
timeout: 60000,
- appId: "wx46466c7828eede2b",
+ appId: "wx007a8fd50dc185b2",
//baseUrl: "https://xiangguan.sxyanzhu.com/wechat",
- baseUrl: "http://127.0.0.1:8080",
- baseImgUrl: "https://xiangguan.sxyanzhu.com",
+ baseUrl: "https://jaszpt.crfeb.com.cn/wechat",
+ //baseUrl: "http://127.0.0.1:8080",
+ //baseImgUrl: "https://xiangguan.sxyanzhu.com",
+ baseImgUrl: "https://jaszpt.crfeb.com.cn",
//baseImgUrl: 'http://127.0.0.1:9300',
noSecuritys: [
"/code",
diff --git a/yanzhu-ui-app/miniprogram/images/marker_blue.png b/yanzhu-ui-app/miniprogram/images/marker_blue.png
new file mode 100644
index 00000000..1ada2b23
Binary files /dev/null and b/yanzhu-ui-app/miniprogram/images/marker_blue.png differ
diff --git a/yanzhu-ui-app/miniprogram/pageage/mobile_attendance/attendance/add/index.js b/yanzhu-ui-app/miniprogram/pageage/mobile_attendance/attendance/add/index.js
index 42c482c3..60299937 100644
--- a/yanzhu-ui-app/miniprogram/pageage/mobile_attendance/attendance/add/index.js
+++ b/yanzhu-ui-app/miniprogram/pageage/mobile_attendance/attendance/add/index.js
@@ -92,8 +92,8 @@ Page({
latitude: cfgData.attLatitude,
title: cfgData.attAddress || "当前位置",
iconPath: "/images/location-marker.png", // 使用项目中已有的图标文件
- width: 30,
- height: 30,
+ width: 23,
+ height: 25,
callout: {
content: cfgData.attAddress || "当前位置",
display: "ALWAYS",
@@ -112,9 +112,9 @@ Page({
longitude: cfgData.longitude,
latitude: cfgData.latitude,
title: cfgData.address || "考勤地点",
- iconPath: "/images/location-marker.png", // 使用项目中已有的图标文件
- width: 30,
- height: 30,
+ iconPath: "/images/marker_blue.png", // 使用项目中已有的图标文件
+ width: 20,
+ height: 32,
callout: {
content: cfgData.address || "考勤地点",
display: "ALWAYS",
@@ -317,8 +317,8 @@ Page({
latitude: latitude,
title: "当前位置",
iconPath: "/images/location-marker.png",
- width: 30,
- height: 30,
+ width: 23,
+ height: 25,
callout: {
content: "当前位置",
display: "ALWAYS",
diff --git a/yanzhu-ui-app/miniprogram/pageage/mobile_attendance/attendance/add/index.wxml b/yanzhu-ui-app/miniprogram/pageage/mobile_attendance/attendance/add/index.wxml
index 66def607..74d7c017 100644
--- a/yanzhu-ui-app/miniprogram/pageage/mobile_attendance/attendance/add/index.wxml
+++ b/yanzhu-ui-app/miniprogram/pageage/mobile_attendance/attendance/add/index.wxml
@@ -54,7 +54,8 @@
@@ -66,16 +67,18 @@
考勤人像刷脸
+
点击摄像头刷脸
+
打卡
-
- 返回
+
\ No newline at end of file
diff --git a/yanzhu-ui-app/miniprogram/pageage/mobile_attendance/attendance/add/index.wxss b/yanzhu-ui-app/miniprogram/pageage/mobile_attendance/attendance/add/index.wxss
index e0c5f7e9..ac9e1c1b 100644
--- a/yanzhu-ui-app/miniprogram/pageage/mobile_attendance/attendance/add/index.wxss
+++ b/yanzhu-ui-app/miniprogram/pageage/mobile_attendance/attendance/add/index.wxss
@@ -33,8 +33,8 @@
}
.arrow_box view{
- height: 100rpx;
- line-height: 100rpx;
+ height: 160rpx;
+ line-height: 160rpx;
width:100% ;
text-align: center;
}
@@ -42,7 +42,7 @@
/* 地图样式 */
#attendanceMap {
width: 100%;
- height: 200rpx;
+ height: 280rpx;
border-radius: 10rpx;
}
.box_row{
@@ -64,26 +64,29 @@
flex-direction: column;
align-items: center;
padding: 20rpx 0;
+
}
-
-.att-img image {
- width: 400rpx;
- height: 200rpx;
- margin-bottom: 20rpx;
- border-radius: 10rpx;
- background-color: #1E2737;
-}
-
-.att-img .placeholder-text {
- width: 400rpx;
- height: 200rpx;
- margin-bottom: 20rpx;
- border-radius: 10rpx;
+.att-img-box{
+ width: 80%;
+ height: 280rpx;
background-color: #1E2737;
display: flex;
align-items: center;
justify-content: center;
- color: #999;
+}
+.att-img .att-img-box image {
+ width: 100%;
+ height: 100%;
+ margin-bottom: 20rpx;
+ border-radius: 10rpx;
+ background-color: #1E2737;
+ border-radius: 10rpx;
+}
+
+.att-img .att-img-box .placeholder-text {
+ padding: 20rpx;
+ background-color: #46B5B2;
+ color: #fff;
font-size: 36rpx;
}
diff --git a/yanzhu-ui-app/miniprogram/pageage/mobile_attendance/attendance_config/add/index.js b/yanzhu-ui-app/miniprogram/pageage/mobile_attendance/attendance_config/add/index.js
index 4f82dd82..d4272f64 100644
--- a/yanzhu-ui-app/miniprogram/pageage/mobile_attendance/attendance_config/add/index.js
+++ b/yanzhu-ui-app/miniprogram/pageage/mobile_attendance/attendance_config/add/index.js
@@ -315,8 +315,8 @@ Page({
longitude: this.data.form.longitude,
title: "考勤点",
iconPath: "/images/location-marker.png",
- width: 30,
- height: 30,
+ width: 23,
+ height: 25,
},
]
: [],
@@ -352,8 +352,8 @@ Page({
longitude: longitude,
title: "考勤点",
iconPath: "/images/location-marker.png",
- width: 30,
- height: 30,
+ width: 23,
+ height: 25,
},
],
});
@@ -375,8 +375,8 @@ Page({
longitude: this.data.mapLongitude,
title: "考勤点",
iconPath: "/images/location-marker.png",
- width: 30,
- height: 30,
+ width: 23,
+ height: 25,
},
],
searchKeyword: "",
@@ -450,8 +450,8 @@ Page({
longitude: lng,
title: item.title,
iconPath: "/images/location-marker.png",
- width: 30,
- height: 30,
+ width: 23,
+ height: 25,
},
],
searchResults: [], // 清空搜索结果
diff --git a/yanzhu-ui-app/miniprogram/project.config.json b/yanzhu-ui-app/miniprogram/project.config.json
index bed0f59f..ef43a27d 100644
--- a/yanzhu-ui-app/miniprogram/project.config.json
+++ b/yanzhu-ui-app/miniprogram/project.config.json
@@ -1,43 +1,43 @@
{
- "appid": "wx46466c7828eede2b",
- "compileType": "miniprogram",
- "libVersion": "3.8.9",
- "packOptions": {
- "ignore": [],
- "include": []
+ "appid": "wx007a8fd50dc185b2",
+ "compileType": "miniprogram",
+ "libVersion": "3.8.9",
+ "packOptions": {
+ "ignore": [],
+ "include": []
+ },
+ "setting": {
+ "coverView": true,
+ "es6": true,
+ "postcss": true,
+ "minified": true,
+ "enhance": true,
+ "showShadowRootInWxmlPanel": true,
+ "packNpmRelationList": [],
+ "babelSetting": {
+ "ignore": [],
+ "disablePlugins": [],
+ "outputPath": ""
},
- "setting": {
- "coverView": true,
- "es6": true,
- "postcss": true,
- "minified": true,
- "enhance": true,
- "showShadowRootInWxmlPanel": true,
- "packNpmRelationList": [],
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "ignoreDevUnusedFiles": false,
- "ignoreUploadUnusedFiles": false,
- "condition": false,
- "compileWorklet": false,
- "uglifyFileName": false,
- "uploadWithSourceMap": true,
- "packNpmManually": false,
- "minifyWXSS": true,
- "minifyWXML": true,
- "localPlugins": false,
- "disableUseStrict": false,
- "useCompilerPlugins": false,
- "swc": false,
- "disableSWC": true
- },
- "condition": {},
- "editorSetting": {
- "tabIndent": "auto",
- "tabSize": 4
- },
- "simulatorPluginLibVersion": {}
+ "ignoreDevUnusedFiles": false,
+ "ignoreUploadUnusedFiles": false,
+ "condition": false,
+ "compileWorklet": false,
+ "uglifyFileName": false,
+ "uploadWithSourceMap": true,
+ "packNpmManually": false,
+ "minifyWXSS": true,
+ "minifyWXML": true,
+ "localPlugins": false,
+ "disableUseStrict": false,
+ "useCompilerPlugins": false,
+ "swc": false,
+ "disableSWC": true
+ },
+ "condition": {},
+ "editorSetting": {
+ "tabIndent": "auto",
+ "tabSize": 4
+ },
+ "simulatorPluginLibVersion": {}
}
\ No newline at end of file
diff --git a/yanzhu-ui-app/project.config.json b/yanzhu-ui-app/project.config.json
index aeb37468..997cebb8 100644
--- a/yanzhu-ui-app/project.config.json
+++ b/yanzhu-ui-app/project.config.json
@@ -1,285 +1,285 @@
{
- "miniprogramRoot": "miniprogram/",
- "setting": {
- "urlCheck": false,
- "es6": true,
- "enhance": true,
- "postcss": true,
- "preloadBackgroundData": false,
- "minified": true,
- "newFeature": true,
- "coverView": true,
- "nodeModules": false,
- "autoAudits": false,
- "showShadowRootInWxmlPanel": true,
- "scopeDataCheck": false,
- "uglifyFileName": false,
- "checkInvalidKey": true,
- "checkSiteMap": true,
- "uploadWithSourceMap": true,
- "compileHotReLoad": false,
- "lazyloadPlaceholderEnable": false,
- "useMultiFrameRuntime": false,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
+ "miniprogramRoot": "miniprogram/",
+ "setting": {
+ "urlCheck": false,
+ "es6": true,
+ "enhance": true,
+ "postcss": true,
+ "preloadBackgroundData": false,
+ "minified": true,
+ "newFeature": true,
+ "coverView": true,
+ "nodeModules": false,
+ "autoAudits": false,
+ "showShadowRootInWxmlPanel": true,
+ "scopeDataCheck": false,
+ "uglifyFileName": false,
+ "checkInvalidKey": true,
+ "checkSiteMap": true,
+ "uploadWithSourceMap": true,
+ "compileHotReLoad": false,
+ "lazyloadPlaceholderEnable": false,
+ "useMultiFrameRuntime": false,
+ "babelSetting": {
+ "ignore": [],
+ "disablePlugins": [],
+ "outputPath": ""
+ },
+ "enableEngineNative": false,
+ "useIsolateContext": false,
+ "userConfirmedBundleSwitch": false,
+ "packNpmManually": false,
+ "packNpmRelationList": [],
+ "minifyWXSS": true,
+ "disableUseStrict": false,
+ "minifyWXML": true,
+ "showES6CompileOption": false,
+ "useCompilerPlugins": false,
+ "condition": false,
+ "ignoreUploadUnusedFiles": true,
+ "useApiHook": false,
+ "useApiHostProcess": false
+ },
+ "simulatorType": "wechat",
+ "simulatorPluginLibVersion": {},
+ "cloudfunctionTemplateRoot": "cloudfunctionTemplate/",
+ "compileType": "miniprogram",
+ "condition": {
+ "miniprogram": {
+ "list": [
+ {
+ "name": "db guide",
+ "pathName": "pages/databaseGuide/databaseGuide",
+ "query": ""
},
- "enableEngineNative": false,
- "useIsolateContext": false,
- "userConfirmedBundleSwitch": false,
- "packNpmManually": false,
- "packNpmRelationList": [],
- "minifyWXSS": true,
- "disableUseStrict": false,
- "minifyWXML": true,
- "showES6CompileOption": false,
- "useCompilerPlugins": false,
- "condition": false,
- "ignoreUploadUnusedFiles": true,
- "useApiHook": false,
- "useApiHostProcess": false
- },
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "cloudfunctionTemplateRoot": "cloudfunctionTemplate/",
- "compileType": "miniprogram",
- "condition": {
- "miniprogram": {
- "list": [
- {
- "name": "db guide",
- "pathName": "pages/databaseGuide/databaseGuide",
- "query": ""
- },
- {
- "name": "pages/gongchengliebiao/gongchengliebiao",
- "pathName": "pages/gongchengliebiao/gongchengliebiao",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/gengduogongneng/gengduogongneng",
- "pathName": "pages/gengduogongneng/gengduogongneng",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/login/login",
- "pathName": "pages/login/login",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/xiangmushipin/xiangmushipin",
- "pathName": "pages/xiangmushipin/xiangmushipin",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/map/map",
- "pathName": "pages/map/map",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/gengduogongneng/gengduogongneng",
- "pathName": "pages/gengduogongneng/gengduogongneng",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/xiangmugaikuang/xiangmugaikuang",
- "pathName": "pages/xiangmugaikuang/xiangmugaikuang",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/xiangmuhuanjing/xiangmuhuanjing",
- "pathName": "pages/xiangmuhuanjing/xiangmuhuanjing",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/xiangmuyujing/xiangmuyujing",
- "pathName": "pages/xiangmuyujing/xiangmuyujing",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/gengduogongneng/gengduogongneng",
- "pathName": "pages/gengduogongneng/gengduogongneng",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/xiangmugaikuang/xiangmugaikuang",
- "pathName": "pages/xiangmugaikuang/xiangmugaikuang",
- "query": "projectId=2&projectName=山西四建月亮湾Ⅱ湾住宅小区建设项目",
- "scene": null
- },
- {
- "name": "pages/shebieguanli-taji/taji",
- "pathName": "pages/shebieguanli-taji/taji",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/shebieguanli-shajiangguan/shajiangguan",
- "pathName": "pages/shebieguanli-shajiangguan/shajiangguan",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/xiangmugaikuang/xiangmugaikuang",
- "pathName": "pages/xiangmugaikuang/xiangmugaikuang",
- "query": "projectId=2&projectName=山西四建月亮湾Ⅱ湾住宅小区建设项目",
- "scene": null
- },
- {
- "name": "pages/xiangmuyujing/xiangmuyujing",
- "pathName": "pages/xiangmuyujing/xiangmuyujing",
- "query": "projectId=2&projectName=山西四建月亮湾Ⅱ湾住宅小区建设项目",
- "scene": null
- },
- {
- "name": "pages/map/map",
- "pathName": "pages/map/map",
- "query": "projectId=2&projectName=山西四建月亮湾Ⅱ湾住宅小区建设项目",
- "scene": null
- },
- {
- "name": "pages/map/map",
- "pathName": "pages/map/map",
- "query": "projectId=2&projectName=山西四建月亮湾Ⅱ湾住宅小区建设项目",
- "scene": null
- },
- {
- "name": "pages/yujingxinxi/yujingxinxi",
- "pathName": "pages/yujingxinxi/yujingxinxi",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/yujingxinxi/yujingxinxi",
- "pathName": "pages/yujingxinxi/yujingxinxi",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/xiangmushipin/xiangmushipin",
- "pathName": "pages/xiangmushipin/xiangmushipin",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/xiangmushipin/xiangmushipin",
- "pathName": "pages/xiangmushipin/xiangmushipin",
- "query": "projectId=9&projectName=路桥龙锦花园东区",
- "scene": null
- },
- {
- "name": "pages/renyuanguanli/renyuanguanli",
- "pathName": "pages/renyuanguanli/renyuanguanli",
- "query": "projectId=9&projectName=路桥龙锦花园东区",
- "scene": null
- },
- {
- "name": "pages/renyuanguanli/renyuanguanli",
- "pathName": "pages/renyuanguanli/renyuanguanli",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/ranyuanguanli-map/map",
- "pathName": "pages/ranyuanguanli-map/map",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/renyuanguanli/renyuanguanli",
- "pathName": "pages/renyuanguanli/renyuanguanli",
- "query": "projectId=616",
- "scene": null
- },
- {
- "name": "pages/shebieguanli-shajiangguan/shajiangguan",
- "pathName": "pages/shebieguanli-jxsb/shajiangguan",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/shebeiguanli-map/jixiedingwei",
- "pathName": "pages/shebeiguanli-map/jixiedingwei",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/shebieguanli-tzsb/taji",
- "pathName": "pages/shebieguanli-tzsb/taji",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/jinduguanli/jinduguanli",
- "pathName": "pages/jinduguanli/jinduguanli",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/xiangmuyujing/xiangmuyujing",
- "pathName": "pages/xiangmuyujing/xiangmuyujing",
- "query": "projectId=616",
- "scene": null
- },
- {
- "name": "pages/anquanguankong/anquanguankong",
- "pathName": "pages/anquanguankong/anquanguankong",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/nenghaoguanli/nenghaoguanli",
- "pathName": "pages/nenghaoguanli/nenghaoguanli",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/wuliaoguanli/wuliaoguanli",
- "pathName": "pages/wuliaoguanli/wuliaoguanli",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/jinduguanli/jinduguanli",
- "pathName": "pages/jinduguanli/jinduguanli",
- "query": "projectId=621",
- "scene": null
- },
- {
- "name": "pages/lw-jibenxinxi/lw-jibenxinxi",
- "pathName": "pages/lw-jibenxinxi/lw-jibenxinxi",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/lw-gerenxinxi/lw-gerenxinxi",
- "pathName": "pages/lw-gerenxinxi/lw-gerenxinxi",
- "query": "register=1",
- "scene": null
- }
- ]
+ {
+ "name": "pages/gongchengliebiao/gongchengliebiao",
+ "pathName": "pages/gongchengliebiao/gongchengliebiao",
+ "query": "",
+ "scene": null
+ },
+ {
+ "name": "pages/gengduogongneng/gengduogongneng",
+ "pathName": "pages/gengduogongneng/gengduogongneng",
+ "query": "",
+ "scene": null
+ },
+ {
+ "name": "pages/login/login",
+ "pathName": "pages/login/login",
+ "query": "",
+ "scene": null
+ },
+ {
+ "name": "pages/xiangmushipin/xiangmushipin",
+ "pathName": "pages/xiangmushipin/xiangmushipin",
+ "query": "",
+ "scene": null
+ },
+ {
+ "name": "pages/map/map",
+ "pathName": "pages/map/map",
+ "query": "",
+ "scene": null
+ },
+ {
+ "name": "pages/gengduogongneng/gengduogongneng",
+ "pathName": "pages/gengduogongneng/gengduogongneng",
+ "query": "",
+ "scene": null
+ },
+ {
+ "name": "pages/xiangmugaikuang/xiangmugaikuang",
+ "pathName": "pages/xiangmugaikuang/xiangmugaikuang",
+ "query": "",
+ "scene": null
+ },
+ {
+ "name": "pages/xiangmuhuanjing/xiangmuhuanjing",
+ "pathName": "pages/xiangmuhuanjing/xiangmuhuanjing",
+ "query": "",
+ "scene": null
+ },
+ {
+ "name": "pages/xiangmuyujing/xiangmuyujing",
+ "pathName": "pages/xiangmuyujing/xiangmuyujing",
+ "query": "",
+ "scene": null
+ },
+ {
+ "name": "pages/gengduogongneng/gengduogongneng",
+ "pathName": "pages/gengduogongneng/gengduogongneng",
+ "query": "",
+ "scene": null
+ },
+ {
+ "name": "pages/xiangmugaikuang/xiangmugaikuang",
+ "pathName": "pages/xiangmugaikuang/xiangmugaikuang",
+ "query": "projectId=2&projectName=山西四建月亮湾Ⅱ湾住宅小区建设项目",
+ "scene": null
+ },
+ {
+ "name": "pages/shebieguanli-taji/taji",
+ "pathName": "pages/shebieguanli-taji/taji",
+ "query": "",
+ "scene": null
+ },
+ {
+ "name": "pages/shebieguanli-shajiangguan/shajiangguan",
+ "pathName": "pages/shebieguanli-shajiangguan/shajiangguan",
+ "query": "",
+ "scene": null
+ },
+ {
+ "name": "pages/xiangmugaikuang/xiangmugaikuang",
+ "pathName": "pages/xiangmugaikuang/xiangmugaikuang",
+ "query": "projectId=2&projectName=山西四建月亮湾Ⅱ湾住宅小区建设项目",
+ "scene": null
+ },
+ {
+ "name": "pages/xiangmuyujing/xiangmuyujing",
+ "pathName": "pages/xiangmuyujing/xiangmuyujing",
+ "query": "projectId=2&projectName=山西四建月亮湾Ⅱ湾住宅小区建设项目",
+ "scene": null
+ },
+ {
+ "name": "pages/map/map",
+ "pathName": "pages/map/map",
+ "query": "projectId=2&projectName=山西四建月亮湾Ⅱ湾住宅小区建设项目",
+ "scene": null
+ },
+ {
+ "name": "pages/map/map",
+ "pathName": "pages/map/map",
+ "query": "projectId=2&projectName=山西四建月亮湾Ⅱ湾住宅小区建设项目",
+ "scene": null
+ },
+ {
+ "name": "pages/yujingxinxi/yujingxinxi",
+ "pathName": "pages/yujingxinxi/yujingxinxi",
+ "query": "",
+ "scene": null
+ },
+ {
+ "name": "pages/yujingxinxi/yujingxinxi",
+ "pathName": "pages/yujingxinxi/yujingxinxi",
+ "query": "",
+ "scene": null
+ },
+ {
+ "name": "pages/xiangmushipin/xiangmushipin",
+ "pathName": "pages/xiangmushipin/xiangmushipin",
+ "query": "",
+ "scene": null
+ },
+ {
+ "name": "pages/xiangmushipin/xiangmushipin",
+ "pathName": "pages/xiangmushipin/xiangmushipin",
+ "query": "projectId=9&projectName=路桥龙锦花园东区",
+ "scene": null
+ },
+ {
+ "name": "pages/renyuanguanli/renyuanguanli",
+ "pathName": "pages/renyuanguanli/renyuanguanli",
+ "query": "projectId=9&projectName=路桥龙锦花园东区",
+ "scene": null
+ },
+ {
+ "name": "pages/renyuanguanli/renyuanguanli",
+ "pathName": "pages/renyuanguanli/renyuanguanli",
+ "query": "",
+ "scene": null
+ },
+ {
+ "name": "pages/ranyuanguanli-map/map",
+ "pathName": "pages/ranyuanguanli-map/map",
+ "query": "",
+ "scene": null
+ },
+ {
+ "name": "pages/renyuanguanli/renyuanguanli",
+ "pathName": "pages/renyuanguanli/renyuanguanli",
+ "query": "projectId=616",
+ "scene": null
+ },
+ {
+ "name": "pages/shebieguanli-shajiangguan/shajiangguan",
+ "pathName": "pages/shebieguanli-jxsb/shajiangguan",
+ "query": "",
+ "scene": null
+ },
+ {
+ "name": "pages/shebeiguanli-map/jixiedingwei",
+ "pathName": "pages/shebeiguanli-map/jixiedingwei",
+ "query": "",
+ "scene": null
+ },
+ {
+ "name": "pages/shebieguanli-tzsb/taji",
+ "pathName": "pages/shebieguanli-tzsb/taji",
+ "query": "",
+ "scene": null
+ },
+ {
+ "name": "pages/jinduguanli/jinduguanli",
+ "pathName": "pages/jinduguanli/jinduguanli",
+ "query": "",
+ "scene": null
+ },
+ {
+ "name": "pages/xiangmuyujing/xiangmuyujing",
+ "pathName": "pages/xiangmuyujing/xiangmuyujing",
+ "query": "projectId=616",
+ "scene": null
+ },
+ {
+ "name": "pages/anquanguankong/anquanguankong",
+ "pathName": "pages/anquanguankong/anquanguankong",
+ "query": "",
+ "scene": null
+ },
+ {
+ "name": "pages/nenghaoguanli/nenghaoguanli",
+ "pathName": "pages/nenghaoguanli/nenghaoguanli",
+ "query": "",
+ "scene": null
+ },
+ {
+ "name": "pages/wuliaoguanli/wuliaoguanli",
+ "pathName": "pages/wuliaoguanli/wuliaoguanli",
+ "query": "",
+ "scene": null
+ },
+ {
+ "name": "pages/jinduguanli/jinduguanli",
+ "pathName": "pages/jinduguanli/jinduguanli",
+ "query": "projectId=621",
+ "scene": null
+ },
+ {
+ "name": "pages/lw-jibenxinxi/lw-jibenxinxi",
+ "pathName": "pages/lw-jibenxinxi/lw-jibenxinxi",
+ "query": "",
+ "scene": null
+ },
+ {
+ "name": "pages/lw-gerenxinxi/lw-gerenxinxi",
+ "pathName": "pages/lw-gerenxinxi/lw-gerenxinxi",
+ "query": "register=1",
+ "scene": null
}
- },
- "srcMiniprogramRoot": "miniprogram/",
- "editorSetting": {
- "tabIndent": "auto",
- "tabSize": 4
- },
- "libVersion": "3.5.5",
- "packOptions": {
- "ignore": [],
- "include": []
- },
- "appid": "wx2350a5efb3f28e66"
-}
\ No newline at end of file
+ ]
+ }
+ },
+ "srcMiniprogramRoot": "miniprogram/",
+ "editorSetting": {
+ "tabIndent": "auto",
+ "tabSize": 4
+ },
+ "libVersion": "3.5.5",
+ "packOptions": {
+ "ignore": [],
+ "include": []
+ },
+ "appid": "wx2350a5efb3f28e66"
+}