From 8428571b9e0823d45bc7796bca4235afca4109ab Mon Sep 17 00:00:00 2001 From: wangweidong <850489345@qq.com> Date: Mon, 26 Jan 2026 16:41:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/addsupplier/information.vue | 11 +++++++++-- request/index.js | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/pages/addsupplier/information.vue b/pages/addsupplier/information.vue index 23a62ae..3a115a5 100644 --- a/pages/addsupplier/information.vue +++ b/pages/addsupplier/information.vue @@ -12,7 +12,15 @@ 供应商信息 + + 申请中 + 已通过 + 已驳回 + 申请变更中 + 变更已驳回 + + {{form.auditContent}} @@ -76,7 +84,7 @@ - + 确认并提交 @@ -434,7 +442,6 @@ height: 100rpx; position: relative; font-weight: 600; - .content-weight { font-size: 32rpx; diff --git a/request/index.js b/request/index.js index 59c2132..eff25b5 100644 --- a/request/index.js +++ b/request/index.js @@ -2,7 +2,7 @@ // export const base_url = 'http://192.168.2.37:8081/opeapi' export const base_url = 'https://www.focusnu.com/opeapi' -export const media_base_url = 'https://www.focusnu.com/media/upFiles/' +export const media_base_url = 'https://www.focusnu.com/media/' // 请求超出时间 const timeout = 5000