调整内容

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

View File

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

View File

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