dashboard
repositories
filestore
activity
search
login
main
/
zhny_web
智慧农业后台管理页面
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
角色配置系统权限,数据权限和接口权限取消
guoshilong
2022-09-05
d89fc6089053516431b18c8c8a913ce19d63234a
[zhny_web.git]
/
src
/
api
/
qrcode
/
qrcode.js
1
2
3
4
5
6
7
8
9
10
11
import request from '@/router/axios';
export const getQrCodeBase64 = (code) => {
return request({
url: '/api/qrCode/getQrCodeBase64',
method: 'get',
params: {
code
}
})
}