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 |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/company/src/api/system/common.js b/company/src/api/system/common.js
index 75d801c..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)
@@ -27,6 +32,11 @@
   })
 }
 
+// 鍒囨崲浼佷笟
+export function switchCompany (params) {
+  return request.get('/system/switchCompany', { params })
+}
+
 // 鍝佺墝鍒楄〃鏌ヨ
 export function brand (data) {
   return request.post('/business/brand/list', data)
--
Gitblit v1.9.3