更新
This commit is contained in:
parent
33b473b3bc
commit
2db11acdba
@ -4,10 +4,12 @@ let httpApi;
|
|||||||
// 正式使用的域名
|
// 正式使用的域名
|
||||||
httpApi = 'https://ceshi-worker-task.lihaink.cn' //测试
|
httpApi = 'https://ceshi-worker-task.lihaink.cn' //测试
|
||||||
// httpApi = 'https://preview-worker-task.lihaink.cn' //预上线
|
// httpApi = 'https://preview-worker-task.lihaink.cn' //预上线
|
||||||
|
// httpApi = 'https://worker-task.lihaink.cn' //正式
|
||||||
|
|
||||||
|
|
||||||
httpApiThree = 'https://worker-task.lihaink.cn' //测试
|
httpApiThree = 'https://ceshi-worker-task.lihaink.cn' //测试
|
||||||
// httpApiThree = 'http://ceshi-oa.lihaink.cn' //生产
|
// httpApiThree = 'https://preview-worker-task.lihaink.cn' //预上线
|
||||||
|
// httpApiThree = 'https://worker-task.lihaink.cn' //正式
|
||||||
// #ifdef H5
|
// #ifdef H5
|
||||||
// httpApiThree = 'baseUrlTest' //生产
|
// httpApiThree = 'baseUrlTest' //生产
|
||||||
// #endif
|
// #endif
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name" : "里海社区管理系统",
|
"name" : "里海社区",
|
||||||
"appid" : "__UNI__B5B1EDD",
|
"appid" : "__UNI__B5B1EDD",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "1.0.4",
|
"versionName" : "1.0.6",
|
||||||
"versionCode" : 104,
|
"versionCode" : 106,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
{
|
{
|
||||||
"path": "pages/oaHome/oaHome",
|
"path": "pages/oaHome/oaHome",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "首页",
|
"navigationBarTitleText": "",
|
||||||
"enablePullDownRefresh": true,
|
"enablePullDownRefresh": true,
|
||||||
"app-plus": {
|
"app-plus": {
|
||||||
"titleNView": false
|
"titleNView": false
|
||||||
@ -64,7 +64,7 @@
|
|||||||
{
|
{
|
||||||
"path": "pages/oaMy/oaMy",
|
"path": "pages/oaMy/oaMy",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "我的",
|
"navigationBarTitleText": "",
|
||||||
"app-plus": {
|
"app-plus": {
|
||||||
"titleNView": false
|
"titleNView": false
|
||||||
},
|
},
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<!-- #ifdef APP-PLUS||H5 -->
|
<!-- #ifdef APP-PLUS||H5 -->
|
||||||
<view style="height: var(--status-bar-height);"></view>
|
<view style="height: var(--status-bar-height);"></view>
|
||||||
|
<!-- <view style="height: 30rpx"></view> -->
|
||||||
<view style="height: 100rpx"></view>
|
<view style="height: 100rpx"></view>
|
||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
<view class="personage">
|
<view class="personage">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user