cxmo 1 year ago
parent
commit
abb77da0fb
1 changed files with 1 additions and 2 deletions
  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}`;
 			}
 		}
 	}