feat(WIP): gateway bootstrap 호출 제거 진행

- 메인페이지 미동작
This commit is contained in:
2021-12-10 02:47:10 +09:00
parent 33378c96ec
commit 612f15ebad
9 changed files with 13 additions and 4 deletions
+2 -1
View File
@@ -1,5 +1,4 @@
import $ from 'jquery';
import 'bootstrap';
import { JQValidateForm, NamedRules } from '../util/jqValidateForm';
import axios from 'axios';
import { convertFormData } from '../util/convertFormData';
@@ -9,6 +8,8 @@ import { sha512 } from 'js-sha512';
import { unwrap } from '../util/unwrap';
import { InvalidResponse } from '../defs';
import { delay } from '../util/delay';
import './common';
type LoginResponse = {
result: true,