From 15634202ee2b18b0b200b361ad33aac9ab2d1acc Mon Sep 17 00:00:00 2001 From: limengnan <420004014@qq.com> Date: Tue, 19 May 2026 17:59:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=AF=BC=E5=85=A5=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=B7=BB=E5=8A=A0token?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business-css/frontend/src/components/antvx6/materialmodel.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/business-css/frontend/src/components/antvx6/materialmodel.vue b/business-css/frontend/src/components/antvx6/materialmodel.vue index 18a107d..9b8bbcd 100644 --- a/business-css/frontend/src/components/antvx6/materialmodel.vue +++ b/business-css/frontend/src/components/antvx6/materialmodel.vue @@ -8,7 +8,7 @@ export default { import { onMounted, ref, nextTick } from "vue"; import { ElForm, ElMessage, ElMessageBox } from "element-plus"; import { searchMaterialsPage, saveOrUpdate, materialsById} from "@/api/business/database/material"; - +import { getToken } from '@/utils/auth' const emit = defineEmits([ 'closeMaterialModel']); const props = defineProps({ @@ -515,6 +515,7 @@ function delIconBase(){ class="avatar-uploader" accept=".png, .jpg, .jpeg" action="" + :headers="{ token: getToken() }" :show-file-list="false" :auto-upload="false" @change="uploadIconBaseChange"