テスト用の処理を差k所

This commit is contained in:
rca 2024-07-19 03:07:34 +09:00
parent 741ebd3b19
commit be5c45595c

View File

@ -27,13 +27,6 @@ if (!store.state.account.isLoggedIn) {
router.push('/login');
}
import { sendPing } from 'src/api/apiService';
sendPing().then((response) => {
// debug, show alert
alert('Ping response: ' + response);
});
defineOptions({
name: 'MainLayout'
});