Commit a009ffc9 by Lyan

禅道bug

parent 0771a1d2
......@@ -4,7 +4,7 @@
<div class="container">
<div class="down" style="padding:20px 30px;">
<p>全世界超过四十亿人正在应用移动电话。移动电话正在成为企业和消费者互动的重要渠道。今天的移动电话可以与条码“对话” ,读取无线射频识别(RFID)标签,并访问互联网。 通过使用移动电话对产品标识的读取,消费者就可获得有关这个产品的服务和信息,在明白消费的同时,增进消费者与品牌信任。</p>
<p>移动商务专题:<a :href="`${url}/2012/MobileCom/index.html`">{{url}}/2012/MobileCom/index.html</a></p>
<p>移动商务专题:<a :href="`${urlHtml}/2012/MobileCom/index.html`" target="_blank">{{urlHtml}}/2012/MobileCom/index.html</a></p>
</div>
<div class="down">
<span style="margin:0 0 10px;font-size:14px;display:inline-block">资料下载</span>
......@@ -37,6 +37,7 @@ export default {
},
data() {
return {
urlHtml:'',
bzkydtCate: {
name: "移动商务",
ico: "",
......@@ -103,6 +104,8 @@ export default {
},
created() {
this.url = process.env.VUE_APP_HOST_URL;
this.urlHtml=window.location.host
},
mounted(){
this.list2=[
......
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