This commit is contained in:
gyq
2024-06-03 14:24:58 +08:00
parent 39c6383d56
commit 7bce218605
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
import { ref } from 'vue';
import { onLoad } from '@dcloudio/uni-app';
const webUrl = ref(`http://h5-invoice.sxczgkj.cn/?userId=${uni.getStorageSync('currentUserInfo').sysUserId}&type=cashier`);
const webUrl = ref(`https://h5-invoice.sxczgkj.cn/?userId=${uni.getStorageSync('currentUserInfo').sysUserId}&type=cashier`);
onLoad((options) => {
// webUrl.value = options.url;