|
|
@ -715,9 +715,9 @@ pop_box_new(htmlvalue, 480, 182);
|
|
|
|
|
|
|
|
|
|
|
|
testSetUnlock() {
|
|
|
|
testSetUnlock() {
|
|
|
|
const { game } = this.state;
|
|
|
|
const { game } = this.state;
|
|
|
|
const url = `/v1/games/${game.identifier}/check_test_sets.json`
|
|
|
|
const url = `/tasks/${game.identifier}/check_test_sets.json`
|
|
|
|
axios.get(url, {
|
|
|
|
axios.get(url, {
|
|
|
|
withCredentials: true,
|
|
|
|
// withCredentials: true,
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.then((response) => {
|
|
|
|
.then((response) => {
|
|
|
|
// TODO status -2 重复操作,直接解锁
|
|
|
|
// TODO status -2 重复操作,直接解锁
|
|
|
|