This commit is contained in:
shimu 2024-05-24 16:45:59 +08:00
parent 0c79c8afb3
commit 41f55a81c4

View File

@ -3,5 +3,4 @@ import Routes from "./pages/routes";
const dict = require("./pages/dict.json");
__webpack_public_path__ = zen.path("iot");
window.coderHost = "http://thor.dev.zeto.me";
zen.setup({ com: Layout, routes: Routes, dict });