From 50fb58286ed3b718c39a97e0987ee7561a295651 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 04 七月 2025 17:56:41 +0800
Subject: [PATCH] git ch
---
 company/src/api/system/common.js |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/company/src/api/system/common.js b/company/src/api/system/common.js
index 53d23a4..220281c 100644
--- a/company/src/api/system/common.js
+++ b/company/src/api/system/common.js
@@ -10,6 +10,11 @@
   return request.post('/system/login', data)
 }
 
+// 鐭俊楠岃瘉鐮佺櫥褰�
+export function loginByPhone (data) {
+  return request.post('/system/loginByPhone', data)
+}
+
 // 鐧诲嚭
 export function logout (data) {
   return request.post('/system/logout', data)
@@ -25,6 +30,11 @@
   return request.get('/system/getUserInfo', {
     autoLogin: false
   })
+}
+
+// 鍒囨崲浼佷笟
+export function switchCompany (params) {
+  return request.get('/system/switchCompany', { params })
 }
 
 // 鍝佺墝鍒楄〃鏌ヨ
@@ -45,4 +55,9 @@
 // 涓婁紶鎺ュ彛
 export function upload (data) {
   return request.post('/public/upload', data)
-}
\ No newline at end of file
+}
+
+// 鍖哄煙鏍戝垪琛�
+export function findTreeList (data) {
+  return request.post('/business/areas/findTreeList', data)
+}
--
Gitblit v1.9.3