提交 609cdca5 编写于 作者: 张磊's avatar 张磊

lz-insurance

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