zqwang 1 rok pred
rodič
commit
58f05218f6
3 zmenil súbory, kde vykonal 4 pridanie a 4 odobranie
  1. 2 2
      common/config.js
  2. 1 1
      common/http.js
  3. 1 1
      pages/client/zui.vue

+ 2 - 2
common/config.js

@@ -1,7 +1,7 @@
 // 配置信息
 // 配置信息
 export default {
 export default {
-	// api请求前缀
-	apiUrl:"http://api.duanju.dududus.com",
+	// api请求前缀 
+	apiUrl:"https://api.duanju.dududus.com",
 	webUrl:'http://xjc.demo.hongcd.com',//uni.getStorageSync("config").weburl?uni.getStorageSync("config").weburl:'http://192.168.10.175',
 	webUrl:'http://xjc.demo.hongcd.com',//uni.getStorageSync("config").weburl?uni.getStorageSync("config").weburl:'http://192.168.10.175',
 	imgUrl:'https://xjc.demo.hongcd.com',//uni.getStorageSync("config").imgurl?uni.getStorageSync("config").imgurl:'http://192.168.10.175',
 	imgUrl:'https://xjc.demo.hongcd.com',//uni.getStorageSync("config").imgurl?uni.getStorageSync("config").imgurl:'http://192.168.10.175',
 	staticUrl:'https://xjc.demo.hongcd.com/img/',//静态图片地址https://xjc.demo.hongcd.com
 	staticUrl:'https://xjc.demo.hongcd.com/img/',//静态图片地址https://xjc.demo.hongcd.com

+ 1 - 1
common/http.js

@@ -36,7 +36,7 @@ export default {
 		}
 		}
 		// #endif
 		// #endif
 		options.url = this.config.baseUrl + options.url;
 		options.url = this.config.baseUrl + options.url;
-		console.log('options.url ',options.url )
+		// console.log('options.url ',options.url )
 		return uni.request(options).then(res => {
 		return uni.request(options).then(res => {
 			res = res[1].data;
 			res = res[1].data;
 			if (res.code == 500201) {
 			if (res.code == 500201) {

+ 1 - 1
pages/client/zui.vue

@@ -10,7 +10,7 @@
 						
 						
 						<navigator url="/pages/client/tuan/zjgk">
 						<navigator url="/pages/client/tuan/zjgk">
 							<view class="ft14 cl-notice" v-show="historyList.length >  3" >更多</view>
 							<view class="ft14 cl-notice" v-show="historyList.length >  3" >更多</view>
-							<view class="ft14 cl-notice" >更多</view>
+							<!-- <view class="ft14 cl-notice" >更多</view> -->
 						</navigator>
 						</navigator>
 						</view>
 						</view>
 					</view>
 					</view>