dashboard
repositories
filestore
activity
search
login
main
/
zhny_web
智慧农业后台管理页面
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
地图模式显示地块种养品种
xiebin
2022-08-25
a140d8c8fc7576c7b136b7df2ab9fcfcd1edfbd1
[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
}
})
}