Browse Source

图片路径

master
liupopo 2 years ago
parent
commit
9f4d4d5112
  1. BIN
      supervise-crm-ui/src/assets/images/link.png
  2. BIN
      supervise-crm-ui/src/assets/images/unlink.png
  3. 4
      supervise-crm-ui/src/views/projectSet/WechatPush/index.vue

BIN
supervise-crm-ui/src/assets/images/link.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
supervise-crm-ui/src/assets/images/unlink.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

4
supervise-crm-ui/src/views/projectSet/WechatPush/index.vue

@ -44,9 +44,9 @@
<div v-if="node.childNodes.length==0"
style="width: 100%;display: flex;flex-direction: row;align-items: center;">
<img v-if="data.isOpenId=='2'" src="../../../public/image/link.png"
<img v-if="data.isOpenId=='2'" src="@/assets/images/link.png"
style="width: 35px;height: 25px;margin-right: 30px;" />
<img v-if="data.isOpenId=='1'" src="../../../public/image/unlink.png"
<img v-if="data.isOpenId=='1'" src="@/assets/images/unlink.png"
style="width: 35px;height: 25px;margin-right: 30px;" />
<!-- <span style="margin-left: 30px;width:100px; overflow: hidden;text-align: center;
white-space: nowrap;

Loading…
Cancel
Save