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