Merge branch 'main' of https://dd3skj.picp.vip/zhouhefeng/zhgh_zjitc
This commit is contained in:
@@ -68,11 +68,11 @@ public class NutShiroProcessor extends AbstractProcessor {
|
|||||||
//不需要认证授权的url
|
//不需要认证授权的url
|
||||||
String[] authIgnoreUrlArr = Lang.array("/",
|
String[] authIgnoreUrlArr = Lang.array("/",
|
||||||
"/sso/login",
|
"/sso/login",
|
||||||
"/platform/login",
|
// "/platform/login",
|
||||||
"/platform/login(/doLogin|/logout|/captcha)",
|
"/platform/login(/doLogin|/logout|/captcha)",
|
||||||
"/platform/qywechat/.*",
|
"/platform/qywechat/.*",
|
||||||
"/platform/home/(500|403|404|UnknownAccountError|LockedAccountError)",
|
"/platform/home/(500|403|404|UnknownAccountError|LockedAccountError)",
|
||||||
"/mobile/login",
|
// "/mobile/login",
|
||||||
"/mobile/login/doLogin",
|
"/mobile/login/doLogin",
|
||||||
"/platform/jsz/login",
|
"/platform/jsz/login",
|
||||||
"/platform/activity/basic/scope/getScopeUser",
|
"/platform/activity/basic/scope/getScopeUser",
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ public class XssSqlFilterProcessor extends AbstractProcessor {
|
|||||||
|
|
||||||
Iterator<String[]> values = req.getParameterMap().values().iterator();
|
Iterator<String[]> values = req.getParameterMap().values().iterator();
|
||||||
|
|
||||||
while (values.hasNext() && !isError) {
|
/* while (values.hasNext() && !isError) {
|
||||||
String[] valueArray = values.next();
|
String[] valueArray = values.next();
|
||||||
for (String value : valueArray) {
|
for (String value : valueArray) {
|
||||||
if (Strings.isBlank(value)) continue;
|
if (Strings.isBlank(value)) continue;
|
||||||
@@ -114,7 +114,7 @@ public class XssSqlFilterProcessor extends AbstractProcessor {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
return isError;
|
return isError;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -590,7 +590,7 @@ layout("/mobile/platform.html"){
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
ydClick() {
|
ydClick() {
|
||||||
window.location.href = "https://api.hd.chaoxing.com/activity/4204275/preview"
|
window.location.href = "https://api.hd.chaoxing.com/activity/4278675/preview"
|
||||||
},
|
},
|
||||||
tabbrChange(o) {
|
tabbrChange(o) {
|
||||||
console.log(o)
|
console.log(o)
|
||||||
|
|||||||
@@ -935,12 +935,12 @@ layout("/layouts/platform.html"){
|
|||||||
<script>
|
<script>
|
||||||
let E = window.wangEditor
|
let E = window.wangEditor
|
||||||
let noteEditor = null
|
let noteEditor = null
|
||||||
let icon = new AMap.Icon({
|
/* let icon = new AMap.Icon({
|
||||||
size: new AMap.Size(25, 34),
|
size: new AMap.Size(25, 34),
|
||||||
image: '//a.amap.com/jsapi_demos/static/demo-center/icons/poi-marker-default.png',
|
image: '//a.amap.com/jsapi_demos/static/demo-center/icons/poi-marker-default.png',
|
||||||
imageSize: new AMap.Size(140, 30),
|
imageSize: new AMap.Size(140, 30),
|
||||||
imageOffset: new AMap.Pixel(-95, -3)
|
imageOffset: new AMap.Pixel(-95, -3)
|
||||||
});
|
});*/
|
||||||
let map = null
|
let map = null
|
||||||
let marker = null
|
let marker = null
|
||||||
|
|
||||||
|
|||||||
@@ -4,14 +4,14 @@ const quickEntry = {
|
|||||||
<el-card shadow="never">
|
<el-card shadow="never">
|
||||||
<div class="card-title" slot="header">快速入口</div>
|
<div class="card-title" slot="header">快速入口</div>
|
||||||
<div class="quickEntries">
|
<div class="quickEntries">
|
||||||
<div @click="window.open('https://api.hd.chaoxing.com/activity/4204275/preview')" class="quickEntryItem">
|
<!-- <div @click="window.open('https://api.hd.chaoxing.com/activity/4204275/preview')" class="quickEntryItem">-->
|
||||||
<el-image src="/assets/mobile/img/home/222.png" alt="">
|
<!-- <el-image src="/assets/mobile/img/home/222.png" alt="">-->
|
||||||
<div class="image-slot" slot="error">
|
<!-- <div class="image-slot" slot="error">-->
|
||||||
<i class="el-icon-picture-outline"></i>
|
<!-- <i class="el-icon-picture-outline"></i>-->
|
||||||
</div>
|
<!-- </div>-->
|
||||||
</el-image>
|
<!-- </el-image>-->
|
||||||
<span>阅读打卡</span>
|
<!-- <span>阅读打卡</span>-->
|
||||||
</div>
|
<!-- </div>-->
|
||||||
<div v-for="item in quickEntries" :key="item.id" @click="menuClick(item)" class="quickEntryItem">
|
<div v-for="item in quickEntries" :key="item.id" @click="menuClick(item)" class="quickEntryItem">
|
||||||
<el-image :src="CREATE_PREVIEW_URL(item.iconClass)" alt="">
|
<el-image :src="CREATE_PREVIEW_URL(item.iconClass)" alt="">
|
||||||
<div class="image-slot" slot="error">
|
<div class="image-slot" slot="error">
|
||||||
|
|||||||
Reference in New Issue
Block a user