cxmo 1 年之前
父节点
当前提交
abb77da0fb
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      pages-roadshow/myCalendar/index.vue

+ 1 - 2
pages-roadshow/myCalendar/index.vue

@@ -15,8 +15,7 @@
 			linkUrl() {
 				const token = uni.getStorageSync('token');
 				const { RoleTypeCode } = JSON.parse(uni.getStorageSync('userInfo'));
-				//return `${linkRoadshowUrl}/roadshow/mine?token=${token}&role=${RoleTypeCode}`;
-                return `http://192.168.77.31:3000/xcx_h5/ssbg/roadshow/mine?token=${token}&role=${RoleTypeCode}`;
+				return `${linkRoadshowUrl}/roadshow/mine?token=${token}&role=${RoleTypeCode}`;
 			}
 		}
 	}