瀏覽代碼

auto commit

gcz 4 年之前
父節點
當前提交
c38b05aec8
共有 3 個文件被更改,包括 6 次插入6 次删除
  1. 4 4
      config/config.js
  2. 1 1
      pages/usercenter/myorder/myorder.vue
  3. 1 1
      unpackage/dist/build/h5/index.html

+ 4 - 4
config/config.js

@@ -4,7 +4,7 @@ const config = {
 	// apiBaseurl:'http://172.16.90.64:9098/forest-portal',//测试
 	// apiBaseurl:'http://172.16.90.50:9098/forest-portal',//邱波
 	// apiBaseurl:'http://172.16.90.3:9098/forest-portal',//邱波
-	apiBaseurl:'http://wx.hw.hongweisoft.com/zddtest/forest-portal',//东东
+	// apiBaseurl:'http://wx.hw.hongweisoft.com/zddtest/forest-portal',//东东
 	// apiBaseurl:'http://wx.hw.hongweisoft.com/zddapi/forest-portal',//东东
 		
 	//本地图片
@@ -14,7 +14,7 @@ const config = {
 	
 	// loginUrl:'http://tanhui.hongweisoft.com/forest-portal/wechat/h5/authorize?returnUrl=/',//登录后跳转到测试链接
 	// loginUrl:'http://forest.hw.hongweisoft.com/data/forest-portal/wechat/h5/authorize?returnUrl=http://forest.hw.hongweisoft.com/#/',//登录后跳转链接
-	loginUrl:'http://wx.hw.hongweisoft.com/zddtest/forest-portal/wechat/h5/authorize?returnUrl=http://172.16.90.25:8080/#/',//登录后跳转到测试链接 东东
+	// loginUrl:'http://wx.hw.hongweisoft.com/zddapi/forest-portal/wechat/h5/authorize?returnUrl=http://172.16.90.25:8081/#/',//登录后跳转到测试链接 东东
 	// loginUrl:'http://wx.hw.hongweisoft.com/zddtest/forest-portal/wechat/h5/authorize?returnUrl=http://foresth5test.hw.hongweisoft.com/#/',//登录后跳转到测试链接 东东
 	// loginUrl:'http://wx.hw.hongweisoft.com/zddtest/forest-portal/wechat/h5/authorize?returnUrl=http://wx.hw.hongweisoft.com/gcz/#/',//登录后跳转到测试链接 东东
 
@@ -24,8 +24,8 @@ const config = {
 	
 	
 	//online 线上配置
-	// loginUrl:'http://wxh5.gzqlyx.com/api/forest-portal/wechat/h5/authorize?returnUrl=http://wxh5.gzqlyx.com/#/',//登录后跳转链接
-	// apiBaseurl:'http://wxh5.gzqlyx.com/api/forest-portal',
+	loginUrl:'http://wxh5.gzqlyx.com/api/forest-portal/wechat/h5/authorize?returnUrl=http://wxh5.gzqlyx.com/#/',//登录后跳转链接
+	apiBaseurl:'http://wxh5.gzqlyx.com/api/forest-portal',
 
 	
 	

+ 1 - 1
pages/usercenter/myorder/myorder.vue

@@ -24,7 +24,7 @@
 						</view>
 						<view class="order-info-text">
 							<view class="order-info-title">
-								{{item.orderItemList[0].productBrand}}{{item.orderItemList[0].productName}}
+								{{item.orderItemList[0].productBrand}} {{item.orderItemList[0].productName}}
 							</view>
 							<view class="order-info-num">
 								<view class="order-info-bynum">数量<text class="bynum">X{{item.orderItemList[0].productQuantity}}</text></view>

File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/build/h5/index.html