From 04fdb803db8076fb3c5bf020a5a6836f59338172 Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Wed, 4 Feb 2026 16:39:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/materials/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/materials/index.js b/src/api/materials/index.js index 8a13f26..7ceaa88 100644 --- a/src/api/materials/index.js +++ b/src/api/materials/index.js @@ -2,7 +2,7 @@ import request from '@/router/axios'; export const upload = (file) => { return request({ - url: '/smartpark/material/upload ', + url: '/smartpark/material/upload', method: 'post', data: file, cryptoToken: false,