From 5346f0b64a94df69094ad919e1636951e03542ed Mon Sep 17 00:00:00 2001 From: wenc000 <450292408@qq.com> Date: Sat, 11 Jul 2020 19:03:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 22 +++++++++++----------- app.json | 2 +- pages/friendCircle/friendCircle.wxml | 4 ++-- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/app.js b/app.js index d9543e8..b6139c1 100644 --- a/app.js +++ b/app.js @@ -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 () { diff --git a/app.json b/app.json index fa68d3b..49688f5 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "pages": [ - "pages/venue/venue", "pages/index/index", + "pages/venue/venue", "pages/center/center", "pages/broadcastList/broadcastList", "pages/orderDetail/orderDetail", diff --git a/pages/friendCircle/friendCircle.wxml b/pages/friendCircle/friendCircle.wxml index f2c197e..3e9f969 100644 --- a/pages/friendCircle/friendCircle.wxml +++ b/pages/friendCircle/friendCircle.wxml @@ -49,7 +49,7 @@ - + \ No newline at end of file