Commit bcfd1b8e by 陈玉桐

fix 60天层级

parent 560a73ab
......@@ -27,8 +27,8 @@ router.beforeEach((to, from, next) => {
// let _url = document.location.href.split('#')[0]
// location.href = _url+'api/MarketingToolApi/Wechat/index'
// location.href = 'api/MarketingToolApi/Wechat/index'
next()
location.href = 'api/MarketingToolApi/Wechat/index'
// next()
}else{
var u = navigator.userAgent;
var isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); //ios终端
......
......@@ -949,7 +949,7 @@ export default {
position: absolute;
top: 0;
left: 0;
z-index: 2;
z-index: 0;
img{
width: 100%;
height: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment