This commit is contained in:
parent
02c54ad684
commit
71defb6b5e
|
@ -9,8 +9,8 @@ let httpApiThree
|
||||||
let wsApi
|
let wsApi
|
||||||
|
|
||||||
// 在打包之前请检查当前环境是否正确
|
// 在打包之前请检查当前环境是否正确
|
||||||
const env = 'dev'; // 开发
|
// const env = 'dev'; // 开发
|
||||||
// const env = 'prod'; // 生产
|
const env = 'prod'; // 生产
|
||||||
// const env = 'prew'; // 预上线
|
// const env = 'prew'; // 预上线
|
||||||
|
|
||||||
switch (env) {
|
switch (env) {
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
"name" : "惠农商户平台",
|
"name" : "惠农商户平台",
|
||||||
"appid" : "__UNI__1EE148C",
|
"appid" : "__UNI__1EE148C",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "1.1.5",
|
"versionName" : "1.1.7",
|
||||||
"versionCode" : 115,
|
"versionCode" : 117,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
|
|
@ -244,11 +244,11 @@
|
||||||
<text class="text">补货订单</text>
|
<text class="text">补货订单</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view v-if="no_prod" class="examine" @click="showQRcode">
|
<!-- <view v-if="no_prod" class="examine" @click="showQRcode">
|
||||||
<image class="icon_img" src="@/static/images/index22.png" mode="aspectFit">
|
<image class="icon_img" src="@/static/images/index22.png" mode="aspectFit">
|
||||||
</image>
|
</image>
|
||||||
<text class="text">活动邀请码</text>
|
<text class="text">活动邀请码</text>
|
||||||
</view>
|
</view> -->
|
||||||
|
|
||||||
<!-- <view class="examine" @click="navigator(`/pages/users/user_invoice_Finance/index?mer_id=${mer_id}`)">
|
<!-- <view class="examine" @click="navigator(`/pages/users/user_invoice_Finance/index?mer_id=${mer_id}`)">
|
||||||
<image class="icon_img" src="@/static/images/cwgk.png" mode="aspectFit">
|
<image class="icon_img" src="@/static/images/cwgk.png" mode="aspectFit">
|
||||||
|
@ -334,11 +334,11 @@
|
||||||
<text class="text">商户设置</text>
|
<text class="text">商户设置</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view v-if="no_prod" class="examine" @click="showQRcode">
|
<!-- <view v-if="no_prod" class="examine" @click="showQRcode">
|
||||||
<image class="icon_img" src="@/static/images/index22.png" mode="aspectFit">
|
<image class="icon_img" src="@/static/images/index22.png" mode="aspectFit">
|
||||||
</image>
|
</image>
|
||||||
<text class="text">活动邀请码</text>
|
<text class="text">活动邀请码</text>
|
||||||
</view>
|
</view> -->
|
||||||
|
|
||||||
|
|
||||||
<!-- <view class="examine" @click="navigator(`/pages/users/user_invoice_Finance/index?mer_id=${mer_id}`)">
|
<!-- <view class="examine" @click="navigator(`/pages/users/user_invoice_Finance/index?mer_id=${mer_id}`)">
|
||||||
|
@ -411,11 +411,11 @@
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|
||||||
<view v-if="no_prod" class="examine" @click="showQRcode">
|
<!-- <view v-if="no_prod" class="examine" @click="showQRcode">
|
||||||
<image class="icon_img" src="@/static/images/index22.png" mode="aspectFit">
|
<image class="icon_img" src="@/static/images/index22.png" mode="aspectFit">
|
||||||
</image>
|
</image>
|
||||||
<text class="text">活动邀请码</text>
|
<text class="text">活动邀请码</text>
|
||||||
</view>
|
</view> -->
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
Loading…
Reference in New Issue