Browse Source

Merge branch 'master' of http://git.echepei.com/gubersail/gubersail-app

Qukatie 1 day ago
parent
commit
7e29c1ccac
1 changed files with 2 additions and 2 deletions
  1. 2 2
      api/home/store.js

+ 2 - 2
api/home/store.js

@@ -50,7 +50,7 @@ export function selectLabel(data) {
 // 业务员
 export function salerList(data) {
 	return http.request({
-		url: '/blade-user/salerList',
+		url: '/blade-user/deptUserList',
 		method: 'GET',
 		data
 	})
@@ -98,4 +98,4 @@ export function generateQrCode(data) {
 		method: 'GET',
 		data
 	})
-}
+}