diff --git a/apis/ocr.js b/apis/ocr.js new file mode 100644 index 0000000..82a3d54 --- /dev/null +++ b/apis/ocr.js @@ -0,0 +1,8 @@ +import http from 'apis/axios'; + +const apiUrl = import.meta.env.VITE_API_URL; +const ptccsens = `${apiUrl}/ptccsens/v1.0`; +const ocr = `${ptccsens}/ocr`; + +// 发起申请 +export const bill = `${ocr}/bill`; diff --git a/components/FinanceExamine.vue b/components/FinanceExamine.vue index 14bc41e..8106927 100644 --- a/components/FinanceExamine.vue +++ b/components/FinanceExamine.vue @@ -1,19 +1,19 @@