mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化readme
This commit is contained in:
parent
d7931a8c86
commit
c671ce7752
14
Readme.md
14
Readme.md
@ -1,17 +1,17 @@
|
|||||||
## HC掌上物业
|
## HC掌上物业是完全开源并免费商用的手机版小区物业管理系统,
|
||||||
|
## 包含工单维修,巡检打卡,采购,物品领用,投诉处理,房产管理,通讯录,公告和小区广告等功能,
|
||||||
|
## 项目采用uni-app开发一次编码多端运行欢迎加群交流827669685
|
||||||
|
|
||||||
HC掌上物业是完全免费开源手机版的小区物业管理系统,采用目前比较主流的uni-app和colorui技术,一次编码多端运行,
|
|
||||||
包括Android、ios 、H5和小程序。
|
|
||||||
目前包含的功能有:维修录单、维修受理、投诉录单、投诉受理、巡检打卡、采购管理、公告、通讯录、小区广告和小区文化等。
|
|
||||||
了解更多请加交流群:827669685
|
|
||||||
|
|
||||||
## HC官网
|
## HC官网
|
||||||
|
|
||||||
[http://www.homecommunity.cn](http://www.homecommunity.cn)
|
[http://www.homecommunity.cn](http://www.homecommunity.cn)
|
||||||
|
|
||||||
## 二次开发视频
|
## 在线演示
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
[https://space.bilibili.com/403702784](https://space.bilibili.com/403702784)
|
|
||||||
|
|
||||||
## 运行截图
|
## 运行截图
|
||||||
|
|
||||||
|
|||||||
BIN
readme/img/demo.png
Normal file
BIN
readme/img/demo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
@ -55,12 +55,12 @@ export default {
|
|||||||
getHeaders: function() {
|
getHeaders: function() {
|
||||||
let _that = this;
|
let _that = this;
|
||||||
return {
|
return {
|
||||||
app_id: AppConstant.appId,
|
'app-id': AppConstant.appId,
|
||||||
transaction_id: _that.wxuuid(),
|
'transaction-id': _that.wxuuid(),
|
||||||
req_time: date.getDateYYYYMMDDHHMISS(),
|
'req-time': date.getDateYYYYMMDDHHMISS(),
|
||||||
sign: '1234567',
|
'sign': '1234567',
|
||||||
user_id: '-1',
|
'user-id': '-1',
|
||||||
cookie: '_java110_token_=' + wx.getStorageSync('token')
|
'cookie': '_java110_token_=' + wx.getStorageSync('token')
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user