added user, kurir and admin page, complete the process of kurir

This commit is contained in:
kicap1992
2025-06-23 00:42:47 +08:00
parent 0ba4e846dc
commit 79da31e634
181 changed files with 7805 additions and 590 deletions

View File

@ -215,9 +215,9 @@
<script src="/socket-io/client-dist/socket.io.js"></script>
<script>
console.log('hello');
const socket = io(); // Connects to your server
const socket = io("http://20.20.20.26:3014"); // Connects to your server
socket.emit('scan_dia', 'Hello from client!');
// socket.emit('scan_dia', 'Hello from client!');
socket.on('connect', () => {
console.log('Connected to server:', socket.id);