From 95a0bbce2ff155b411198150afba91d7001c114b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AE=87=E8=88=AA?= <653809315@qq.com> Date: Fri, 17 May 2024 13:22:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95app=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/src/components/upload/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/src/components/upload/index.vue b/admin/src/components/upload/index.vue index a200422..07237a9 100644 --- a/admin/src/components/upload/index.vue +++ b/admin/src/components/upload/index.vue @@ -80,6 +80,7 @@ export default defineComponent({ const userStore = useUserStore() const uploadRefs = shallowRef>() const action = ref(`${config.baseUrl}${config.urlPrefix}/upload/${props.type}`) + // const action = ref(`http://localhost:7890/api/upload/image`) const headers = computed(() => ({ ['like-admin']: userStore.token, version: config.version