过程检验签名改为生产环境

master
guoshuang 10 months ago
parent 1722abe0ab
commit 02a0c03c8f

@ -1904,7 +1904,7 @@ export default class PurchaseWHSRM extends BasePage {
} }
async getImg(e) { async getImg(e) {
uni.uploadFile({ uni.uploadFile({
url: '/dev-api/file/upload', url: '/prod-api/file/upload',
filePath: e, // You may need to save the blob as a file first or use a temp path filePath: e, // You may need to save the blob as a file first or use a temp path
name: 'file', name: 'file',
formData: { formData: {

Loading…
Cancel
Save