1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-25 17:18:05 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-03-19 23:43:15 +08:00
parent 3d9c99ae31
commit 632cc3c276

View File

@ -93,7 +93,7 @@ func Run(cb func(*WebView) ice.Any) {
}
kit.If(!view.Menu(), func() { view.navigate(ice.Pulse.Cmdv(web.SPIDE, ice.OPS, web.CLIENT_ORIGIN)) })
}
func RunServe() {
func RunClient() {
kit.Setenv(cli.PATH, "/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin")
kit.Chdir(kit.HomePath(ice.CONTEXTS))
wait := make(chan bool, 1)