@@ -0,0 +1,7 @@
+# 独立部署配置
+NODE_ENV = production
+ENV = 'production'
+VUE_APP_ENV = 'production'
+VUE_APP_BASE = 'https://jxgree.zfire.top'
+VUE_APP_BASE_OSS = 'https://zf-mall-jx.oss-cn-shenzhen.aliyuncs.com/'
+VUE_APP_BASE_API = 'https://jxgree.zfire.top/zfapi/'
@@ -4,13 +4,3 @@ VUE_APP_ENV = 'production'
VUE_APP_BASE = 'https://sxb.zfire.top'
VUE_APP_BASE_OSS = 'https://zf-mall.oss-cn-shenzhen.aliyuncs.com/'
VUE_APP_BASE_API = 'https://sxb.zfire.top/zfapi/'
-
-# # 独立部署配置
-# NODE_ENV = production
-# ENV = 'production'
-# VUE_APP_ENV = 'production'
-# VUE_APP_BASE = 'https://jxgree.zfire.top'
-# VUE_APP_BASE_OSS = 'https://zf-mall-jx.oss-cn-shenzhen.aliyuncs.com/'
-# VUE_APP_BASE_API = 'https://jxgree.zfire.top/zfapi/'
@@ -6,7 +6,7 @@
</div>
<div class="container_top">
<div class="tab" v-for="(item, index) in tabs" :key="index" @click="openOrder(item.type, item.title)">
- <el-image class="img" :src="$showImgUrl(item.url)" fit="fit"></el-image>
+ <el-image class="img" :src="item.url" fit="fit"></el-image>
<div class="text">
<div class="title">{{ item.title }}</div>
<div class="num">{{ item.num }}</div>