util.js 108 Bytes EditWeb IDE 1 2 3 4 5 import { php } from './host.js'; export function login() { location.href = php + 'app=member&act=login'; }