Commit fc366c28 by 陈玉桐

fix

parent 53e21518
...@@ -22,6 +22,7 @@ router.beforeEach((to, from, next) => { ...@@ -22,6 +22,7 @@ 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()
}else{ }else{
next() next()
} }
......
...@@ -280,8 +280,8 @@ export default { ...@@ -280,8 +280,8 @@ export default {
</script> </script>
<style lang="scss"> <style lang="scss">
#tool{ #tool{
height: 100%; // height: 100%;
padding-bottom: 55px; padding-bottom: 80px;
} }
#posterCon{ #posterCon{
padding: 10px 35.5px 0; padding: 10px 35.5px 0;
......
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