From 88b7a51b22cb393c8b0daec6848b9f8ff52e04a6 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Mon, 21 Jul 2025 15:33:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/materialsStation/index.js | 9 --------- src/views/home/equipment-supply/index.vue | 3 --- src/views/login1.vue | 6 +++--- 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/src/api/materialsStation/index.js b/src/api/materialsStation/index.js index d9c7ce83..868c9b9b 100644 --- a/src/api/materialsStation/index.js +++ b/src/api/materialsStation/index.js @@ -621,15 +621,6 @@ export function getUserInfoByIdCardApi(data) { }) } -// 更新班组工程信息 -export function updateTeamProjectApi(data) { - return request({ - url: '/material/app/iwsTeamUser/updateTeamProject', - method: 'post', - data - }) -} - // 获取工程ids export function getProjectInfoApi(data) { return request({ diff --git a/src/views/home/equipment-supply/index.vue b/src/views/home/equipment-supply/index.vue index 4677a562..e131f7c5 100644 --- a/src/views/home/equipment-supply/index.vue +++ b/src/views/home/equipment-supply/index.vue @@ -147,7 +147,6 @@ import { getProjectInfoApi, getUserInfoByUserNameApi, getUserInfoByIdCardApi, - updateTeamProjectApi } from '@/api/materialsStation' export default { components: { @@ -497,8 +496,6 @@ export default { const params = { teamList: res.data } - const res2 = await updateTeamProjectApi(params) - console.log('🚀 ~ getUserInfoByIdCard ~ res2:', res2) } } catch (error) { console.log('🚀 ~ getUserInfoByIdCard ~ error:', error) diff --git a/src/views/login1.vue b/src/views/login1.vue index 10f9b987..4bd3dc31 100644 --- a/src/views/login1.vue +++ b/src/views/login1.vue @@ -212,11 +212,11 @@ export default { }, computed: { config() { - console.log('🚀 ~ config ~ config:', localStorage.getItem('systemConfig')) + // console.log('🚀 ~ config ~ config:', localStorage.getItem('systemConfig')) let systemConfig = null try { systemConfig = JSON.parse(localStorage.getItem('systemConfig')) - console.log('🚀 ~ config ~ systemConfig:', systemConfig) + // console.log('🚀 ~ config ~ systemConfig:', systemConfig) } catch (err) { console.log('获取config失败:', err) } @@ -249,7 +249,7 @@ export default { }, async created() { const origin = window.location.href - console.log(origin.split('ticket=')[1], 'origin') + // console.log(origin.split('ticket=')[1], 'origin') if (origin.indexOf('ticket') != -1) { this.isIws = true