mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
6 lines
107 B
JavaScript
6 lines
107 B
JavaScript
import {hasSession} from '../api/Java110SessionApi.js'
|
|
|
|
export function onLoad(options){
|
|
|
|
hasSession();
|
|
} |