提交 503351d8 编写于 作者: liangliang.yu's avatar liangliang.yu

Merge branch 'release-yll0616' into 'release'

fix1829

See merge request !242
......@@ -103,7 +103,7 @@
<script>
import { formatDate } from '@/utils/common';
const { VUE_APP_ENV } = process.env;
// const { VUE_APP_ENV } = process.env;
import {getEntitlementList} from '@/api/entitlement';
export default {
data() {
......@@ -111,8 +111,8 @@
bgPath: 'https://files.yunqueyi.com/image/png/common/20230613171613733.png',
entitlementList: [],
emptyIconPath: 'https://files.yunqueyi.com/image/png/common/20230602155400880.png',
envVersion: VUE_APP_ENV == 'production' ? 'release' : 'trial',
// envVersion: 'trial',
// envVersion: VUE_APP_ENV == 'production' ? 'release' : 'trial',
envVersion: 'trial',
openWebAppConfig:{
username:'gh_e92f58174364', // 小程序唯一username 1.gh_80d54796f2d5 云鹊助手 2. gh_e92f58174364 云鹊健康
path:'pagesInsurance/all-entrance/index', // 打开页面
......
......@@ -79,7 +79,7 @@
</template>
<script>
const { VUE_APP_ENV } = process.env;
// const { VUE_APP_ENV } = process.env;
import {getEntitlementList} from '@/api/entitlement';
let that;
export default {
......@@ -90,8 +90,8 @@
userinfo: [
],
envVersion: VUE_APP_ENV == 'production' ? 'release' : 'trial',
// envVersion:'trial',
// envVersion: VUE_APP_ENV == 'production' ? 'release' : 'trial',
envVersion:'trial',
openWebAppConfigPositive:{
username:'gh_e92f58174364', // 小程序唯一username 1.gh_80d54796f2d5 云鹊助手 2. gh_e92f58174364 云鹊健康
path:'pagesInsurance/all-entrance/index', // 打开页面
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册