Commit 606a0bd9 by liuying

调整代码结构

parent 5c01c403
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<el-row class="marketing-subtitle"> <el-row class="marketing-subtitle">
<el-col :span="5" class="subtitle-img"> <el-col :span="5" class="subtitle-img">
<img src="./../../../assets/images/picture.png" class="iconimg"> <img src="@/assets/images/picture.png" class="iconimg">
</el-col> </el-col>
<el-col :span="18" class="subtitle-tips"> <el-col :span="18" class="subtitle-tips">
<p>在微信触达域中,公众号作为最通用的触达渠道,微信为品牌号提供了 <span class="star-red">适配大批量会员触达</span> 的图文素材触达方式。</p> <p>在微信触达域中,公众号作为最通用的触达渠道,微信为品牌号提供了 <span class="star-red">适配大批量会员触达</span> 的图文素材触达方式。</p>
......
...@@ -142,6 +142,7 @@ export default { ...@@ -142,6 +142,7 @@ export default {
window.location.href = `http://testcenter.bigaka.net/crm/back/wechat/msg-mass/create?type=3` window.location.href = `http://testcenter.bigaka.net/crm/back/wechat/msg-mass/create?type=3`
}else{ }else{
console.log('未授权') console.log('未授权')
window.open( ctx + '/back/wechat/go-author');
} }
}, },
handleAddMessage() { handleAddMessage() {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<el-col :span="24"> <el-col :span="24">
<div class="detail-title"> <div class="detail-title">
<span> <span>
<img src="./../../../assets/images/picture.png"> <img src="@/assets/images/picture.png">
<span class="title">素材详情</span> <span class="title">素材详情</span>
<span class="gray"> <span class="gray">
<span class="star-red">*</span> <span class="star-red">*</span>
......
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