feat(WIP): processing 작업
This commit is contained in:
@@ -237,7 +237,7 @@ $(function ($) {
|
||||
const $command = $('#chiefCommandList option:selected');
|
||||
if ($command.data('reqarg')) {
|
||||
document.location.href = stringifyUrl({
|
||||
url: 'b_processing.php',
|
||||
url: 'v_processing.php',
|
||||
query: {
|
||||
command: unwrap_any<string>($command.val()),
|
||||
turnList: turnList.join('_'),
|
||||
|
||||
Reference in New Issue
Block a user