|
|
|
@ -70,6 +70,7 @@ public class DataEaseController extends Controller {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 云校仪表盘路由
|
|
|
|
|
*
|
|
|
|
|
* @param type_id 类型id
|
|
|
|
|
*/
|
|
|
|
|
//http://10.10.14.14:9000/dsBase/dataease/routeYxPage?type_id=1
|
|
|
|
@ -87,6 +88,8 @@ public class DataEaseController extends Controller {
|
|
|
|
|
publish_url = publish_url + BaseApplication.PropKit.get("dataEase.YxAreaClassStudentTeacher");
|
|
|
|
|
} else if (type_id == 2) {
|
|
|
|
|
publish_url = publish_url + BaseApplication.PropKit.get("dataEase.YxKeCheng");
|
|
|
|
|
} else if (type_id == 3) { //区县-访客应用统计
|
|
|
|
|
publish_url = publish_url + BaseApplication.PropKit.get("dataEase.YxAreaFangKeYingYong");
|
|
|
|
|
}
|
|
|
|
|
//跳转
|
|
|
|
|
redirect(publish_url + "?attachParams=" + base64Str);
|
|
|
|
|