7 lines
205 B
JavaScript
7 lines
205 B
JavaScript
import Layout from "./layout/index.vue";
|
|
import dict from "./pages/dict";
|
|
import Routes from "./pages/routes";
|
|
__webpack_public_path__ = zen.path("iot");
|
|
|
|
zen.setup({ com: Layout, routes: Routes, dict });
|