企业微信成员新增

This commit is contained in:
2022-05-10 17:14:00 +08:00
parent 186feb98da
commit e9d29ef2df
54 changed files with 1177 additions and 85 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import store from '@/store'
import { msg, getAuthToken } from './util'
const BASE_URL = 'http://127.0.0.1:28080/api/';
const BASE_URL = 'http://127.0.0.1:48080/app-api/';
export const request = (options) => {
return new Promise((resolve, reject) => {