5 files modified
2 files added
| | |
| | | version: '2.0.0', |
| | | // 开发环境接口Url |
| | | // devUrl: 'http://z4042833u6.wicp.vip', |
| | | devUrl: 'http://192.168.2.109:9528', |
| | | // devUrl: 'https://srgdjczzxtpt.com:2080/api', |
| | | // devUrl: 'http://192.168.2.109:9528', |
| | | devUrl: 'https://srgdjczzxtpt.com:2080/api', |
| | | // devUrl: 'https://kt39592615.goho.co', |
| | | minioBaseUrl: "https://srgdjczzxtpt.com:2080/gminio/jczz/", |
| | | // minioBaseUrl: "http://192.168.0.101:9528/", |
| | |
| | | "navigationBarBackgroundColor": "#fff", |
| | | "navigationBarTextStyle": "black" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/home/launch", |
| | | "style": { |
| | | "navigationBarTitleText": "", |
| | | "navigationBarBackgroundColor": "#fff", |
| | | "navigationBarTextStyle": "black" |
| | | } |
| | | } |
| | | ], |
| | | "subPackages": [ |
| | |
| | | this.$u.func.globalNavigator(
|
| | | `/subPackage/house/list/index?id=${code}&title=${aoiName}&neiName=${neiName}&address=${addressName}&neiCode=${neiCode}&aoiCode=${aoiCode}`,
|
| | | "navTo")
|
| | | } else if (doorplateType == "小门牌") {
|
| | | this.$u.func.globalNavigator(
|
| | | `/subPackage/house/houseNumber/index?stdId=${code}`, "navTo")
|
| | | }
|
| | | } else {
|
| | | uni.showModal({
|
| New file |
| | |
| | | <!DOCTYPE html> |
| | | <html> |
| | | <head> |
| | | <meta charset="utf-8" /> |
| | | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| | | <title></title> |
| | | </head> |
| | | <body> |
| | | <script type="text/javascript"> |
| | | var config = { |
| | | id: "wx41aa8a5d2e565a05", |
| | | path: "subPackage/workbench/views/cscj", |
| | | version: "trial" |
| | | } |
| | | window.onload = function() { |
| | | location.href = `weixin://dl/business/?appid=${config.id}&path=${config.path}&env_version=${config.version}` |
| | | }) |
| | | </script> |
| | | </body> |
| | | </html> |
| New file |
| | |
| | | <template> |
| | | <view class=""> |
| | | <footer-btn @click="navTo" text="跳转"></footer-btn> |
| | | </view> |
| | | </template> |
| | | |
| | | <script> |
| | | export default { |
| | | // onLoad() { |
| | | // var config = { |
| | | // id: "wx41aa8a5d2e565a05", |
| | | // path: "subPackage/workbench/views/cscj", |
| | | // version: "trial" |
| | | // } |
| | | // location.href = `weixin://dl/business/?appid=${config.id}&path=${config.path}&env_version=${config.version}` |
| | | // }, |
| | | methods: { |
| | | navTo() { |
| | | var config = { |
| | | id: "wx41aa8a5d2e565a05", |
| | | path: "subPackage/workbench/views/cscj", |
| | | version: "trial", |
| | | query: "test" |
| | | } |
| | | location.href = |
| | | `weixin://dl/business/?appid=${config.id}&path=${config.path}&env_version=${config.version}&query=${config.query}` |
| | | } |
| | | } |
| | | } |
| | | </script> |
| | | |
| | | <style> |
| | | </style> |
| | |
| | | }
|
| | |
|
| | | let roleName = uni.getStorageSync("activeRole").roleName;
|
| | | if (roleName == "网格员") {
|
| | | if (roleName != "居民") {
|
| | | this.roleType = 2;
|
| | | }
|
| | | },
|
| | |
| | | styleIsolation: 'shared', // 解除样式隔离
|
| | | },
|
| | | async onLoad(option) {
|
| | | console.log("option===>", option);
|
| | | await this.getCategory();
|
| | | await this.getAllBizDict();
|
| | | // this.getNineTypeList();
|