|
@@ -82,8 +82,10 @@ export default {
|
|
|
|
|
|
const executeReadCard = () => {
|
|
|
const nowbiztype = props.biztype || currentBiztype.value
|
|
|
- const param = `qrcode_${nowbiztype}`
|
|
|
- axios('http://localhost:8321/readcard/entry?param=' + param)
|
|
|
+ // const param = `qrcode_${nowbiztype}`
|
|
|
+ const param = `jiangsu_qrcode_${nowbiztype}`
|
|
|
+ // axios('http://localhost:8321/readcard/entry?param=' + param)
|
|
|
+ axios('http://localhost:8321/api/entry?param=' + param)
|
|
|
.then((res) => {
|
|
|
if (res.data.code === 200) {
|
|
|
const result = {
|