|
@@ -9,6 +9,6 @@ import $http from '@/utils/httpRequest'
|
|
|
export function generatePSRE (data) {
|
|
export function generatePSRE (data) {
|
|
|
// return axios.get($http.httpUrl('/system/course/' + courseId + '/section'))
|
|
// return axios.get($http.httpUrl('/system/course/' + courseId + '/section'))
|
|
|
return axios.post(
|
|
return axios.post(
|
|
|
- $http.aiUrl('api/teracherGpsren/ManuallyCreatedPsreByG'),data
|
|
|
|
|
|
|
+ $http.aiUrl('/api/teracherGpsren/ManuallyCreatedPsreByG'),data
|
|
|
)
|
|
)
|
|
|
}
|
|
}
|