调整内容

This commit is contained in:
wenc000 2020-07-11 19:03:52 +08:00
parent c2850f2ea6
commit 5346f0b64a
3 changed files with 14 additions and 14 deletions

22
app.js
View File

@ -2,17 +2,17 @@
var restAjax = require('utils/restAjax.js');
var dialog = require('utils/dialog.js');
App({
loginUrl: 'http://192.168.0.113:7001/usercenter',
usercenterUrl: 'http://192.168.0.113:7001/usercenter',
newsUrl: 'http://192.168.0.113:8082/news',
newsContentUrl: 'http://192.168.0.113',
libraryUrl: 'http://192.168.0.113:8081/library',
venueUrl: 'http://192.168.0.109:8082/venuebooking',
activityUrl: 'http://192.168.0.111:8080/culturalactivity',
volunteerUrl: 'http://192.168.0.111:8888/volunteer',
liveUrl: 'http://192.168.0.113:8084/live',
liveRecordUrl: 'http://192.168.0.113:8085',
socialUrl: 'http://192.168.0.113:7002/social',
loginUrl: 'https://www.wgink.ink/usercenter',
usercenterUrl: 'https://www.wgink.ink/usercenter',
newsUrl: 'https://www.wgink.ink/news',
newsContentUrl: 'https://www.wgink.ink',
libraryUrl: 'https://www.wgink.ink/library',
venueUrl: 'https://www.wgink.ink/venuebooking',
activityUrl: 'https://www.wgink.ink/culturalactivity',
volunteerUrl: 'https://www.wgink.ink/volunteer',
liveUrl: 'https://www.wgink.ink/live',
liveRecordUrl: 'https://www.wgink.ink',
socialUrl: 'https://www.wgink.ink/social',
restAjax: restAjax,
dialog: dialog,
onLaunch: function () {

View File

@ -1,7 +1,7 @@
{
"pages": [
"pages/venue/venue",
"pages/index/index",
"pages/venue/venue",
"pages/center/center",
"pages/broadcastList/broadcastList",
"pages/orderDetail/orderDetail",

View File

@ -49,7 +49,7 @@
</view>
</view>
</view>
<view class="new-friend-circle">
<!-- <view class="new-friend-circle">
<view class="box new" bindtap="newFriendCircle">发布</view>
<view class="box" bindtap="toMyFriendCircle">我的</view>
</view>
</view> -->