增加单位管理的接口
This commit is contained in:
@@ -116,7 +116,7 @@ export default {
|
||||
// 获取uQRCode实例
|
||||
var qr = new uQRCode();
|
||||
// 设置二维码内容
|
||||
qr.data = "localhost:8081/#/pages/sys/workbench/unitManagement/employeeAdd";
|
||||
qr.data = `/pages/sys/workbench/unitManagement/employeeAdd?unitId=${uni.getStorageSync('lifeData').vuex_user.unitId}`;
|
||||
// 设置二维码大小,必须与canvas设置的宽高一致
|
||||
qr.size = 200;
|
||||
// 调用制作二维码方法
|
||||
|
Reference in New Issue
Block a user