add
This commit is contained in:
parent
50fd4304d1
commit
9117108346
|
@ -6,8 +6,8 @@ VUE_APP_BASE_API = 'http://192.168.1.32:8080'
|
|||
# VUE_APP_BASE_API = 'https://plus.hwms.shop'
|
||||
|
||||
# socket 连接地址
|
||||
VUE_APP_WS_URL = 'ws://plus.hwms.shop'
|
||||
# VUE_APP_WS_URL = 'ws://mer1.crmeb.net'
|
||||
VUE_APP_WS_URL = 'ws://192.168.1.32:8080'
|
||||
# VUE_APP_WS_URL = 'ws://plus.hwms.shop'
|
||||
|
||||
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
|
||||
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.
|
||||
|
|
|
@ -321,7 +321,7 @@
|
|||
</li> -->
|
||||
<li class="item item100">
|
||||
<div class="item-title">审核图:</div>
|
||||
<el-image v-for="(pic,idx) in productData.slider_image" :key="idx" :src="pic" style="width:40px;height:40px;margin-right:12px;" :preview-src-list="productData.slider_image" />
|
||||
<el-image :src="productData.status_img" style="width:40px;height:40px;margin-right:12px;" :preview-src-list="productData.status_img" />
|
||||
<!-- <img v-for="(pic,idx) in productData.slider_image" :key="idx" :src="pic" style="width:40px;height:40px;margin-right:12px;"/> -->
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue