@@ -18,3 +18,15 @@ export function getDataByOpenId(params) {
method: 'post',
})
}
+
+//获得配置
+export function getConfig() {
+ return request({
+ url: '/wechat/getConfig' ,
+ data: Qs.stringify({
+ url:escape(location.href.split('#')[0])
+ }),
+ method: 'post',
+ })
+}
@@ -329,7 +329,7 @@ const routesMaster = [
meta: {
requireAuth: false,
role: [],
- title: '考勤详情',
+ title: '考勤补卡详情',
},
//考勤补卡申请