Commit bcfd1b8e by 陈玉桐

fix 60天层级

parent 560a73ab
...@@ -27,8 +27,8 @@ router.beforeEach((to, from, next) => { ...@@ -27,8 +27,8 @@ router.beforeEach((to, from, next) => {
// let _url = document.location.href.split('#')[0] // let _url = document.location.href.split('#')[0]
// location.href = _url+'api/MarketingToolApi/Wechat/index' // location.href = _url+'api/MarketingToolApi/Wechat/index'
// location.href = 'api/MarketingToolApi/Wechat/index' location.href = 'api/MarketingToolApi/Wechat/index'
next() // next()
}else{ }else{
var u = navigator.userAgent; var u = navigator.userAgent;
var isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); //ios终端 var isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); //ios终端
......
...@@ -949,7 +949,7 @@ export default { ...@@ -949,7 +949,7 @@ export default {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
z-index: 2; z-index: 0;
img{ img{
width: 100%; width: 100%;
height: 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