优化
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user