mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
Compare commits
2 Commits
b9b9b8fbde
...
7f6a8dc6da
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7f6a8dc6da | ||
|
|
4f0da6698c |
@ -12,7 +12,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="order_box">
|
<!-- <view class="order_box">
|
||||||
<view class="order_title">我的订单</view>
|
<view class="order_title">我的订单</view>
|
||||||
<view class="order_list">
|
<view class="order_list">
|
||||||
<view class="list">
|
<view class="list">
|
||||||
@ -22,7 +22,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view> -->
|
||||||
|
|
||||||
<auth-owner-dialog ref="authOwnerDialogRef"></auth-owner-dialog>
|
<auth-owner-dialog ref="authOwnerDialogRef"></auth-owner-dialog>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@ -15,10 +15,10 @@ const baseUrl = '/';
|
|||||||
|
|
||||||
// #ifndef H5
|
// #ifndef H5
|
||||||
//服务器域名 小程序 或者 app 时 后端地址
|
//服务器域名 小程序 或者 app 时 后端地址
|
||||||
const baseUrl = 'https://wy.2hy.net/';
|
const baseUrl = 'http://wuye.xx.xin/';
|
||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
let commonBaseUrl = 'https://wy.2hy.net/';
|
let commonBaseUrl = 'http://wuye.xx.xin/';
|
||||||
|
|
||||||
//商城的url
|
//商城的url
|
||||||
let mallUrl = 'http://mallapp.2hy.net/';
|
let mallUrl = 'http://mallapp.2hy.net/';
|
||||||
|
|||||||
12
pages.json
12
pages.json
@ -1098,12 +1098,12 @@
|
|||||||
"iconPath": "static/images/rent.png",
|
"iconPath": "static/images/rent.png",
|
||||||
"selectedIconPath": "static/images/rent-selected.png"
|
"selectedIconPath": "static/images/rent-selected.png"
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
"pagePath": "pages/mall/mall",
|
// "pagePath": "pages/mall/mall",
|
||||||
"text": "商圈",
|
// "text": "商圈",
|
||||||
"iconPath": "static/images/market.png",
|
// "iconPath": "static/images/market.png",
|
||||||
"selectedIconPath": "static/images/market-selected.png"
|
// "selectedIconPath": "static/images/market-selected.png"
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
"pagePath": "pages/my/my",
|
"pagePath": "pages/my/my",
|
||||||
"text": "我的",
|
"text": "我的",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<view>
|
<view>
|
||||||
<service-property></service-property>
|
<service-property></service-property>
|
||||||
<service-homemaking></service-homemaking>
|
<!-- <service-homemaking></service-homemaking> -->
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@ -81,8 +81,8 @@
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
logoUrl: '',
|
logoUrl: '',
|
||||||
username: '18909711234',
|
username: '',
|
||||||
password: '123456',
|
password: '',
|
||||||
code: "",
|
code: "",
|
||||||
loginByPhone: false,
|
loginByPhone: false,
|
||||||
msgCode: '',
|
msgCode: '',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user