Merge remote-tracking branch 'origin/develop' into develop

# Conflicts:
#	src/views/learningpath/LearningPath.vue
#	src/views/projectcenter/ProjectManage.vue
This commit is contained in:
yuping
2022-12-19 21:03:03 +08:00
5 changed files with 877 additions and 834 deletions

View File

@@ -138,7 +138,7 @@ export async function request(_url, params) {
}
}
const body = method !== 'get' ? params || {} : {}
url = process.env.VUE_APP_BOE_API_URL + url
// url = process.env.VUE_APP_BOE_API_URL + url
return fetch(url, {
method,
headers: {