From 27da067243b78340dac4f75c5131059617594037 Mon Sep 17 00:00:00 2001
From: wjt <1797368093@qq.com>
Date: 星期六, 22 六月 2024 16:01:45 +0800
Subject: [PATCH] 页面调整注册页面添加

---
 api/index.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/api/index.js b/api/index.js
index ace85f1..09c53e4 100644
--- a/api/index.js
+++ b/api/index.js
@@ -12,4 +12,8 @@
 // 鎯犱紒鏀跨瓥 
 export function doc(id){
 	return http.get('/system/doc/'+id, {params: data}, { custom: { loading: true }});
+}
+// 浼佷笟娉ㄥ唽
+export function companyRegister(data) {
+	return http.post('/system/company/add', {params: data}, { custom: { loading: true }});
 }
\ No newline at end of file

--
Gitblit v1.9.1