bmp-layout 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{403-6Mu2ARIM.mjs → 403-Byd0D29G.mjs} +1 -1
- package/{404-DmgxIkgQ.mjs → 404-D29DIIzd.mjs} +1 -1
- package/{500-BPZns4ny.mjs → 500-DKTm4EMR.mjs} +1 -1
- package/bmp-layout.es.js +1 -1
- package/bmp-layout.umd.js +1 -1
- package/{index-ByEuRprV.mjs → index-CwRd3B9B.mjs} +1 -1
- package/{index-BigmvEkk.mjs → index-FZpI32h3.mjs} +10 -10
- package/package.json +1 -1
- package/style.css +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock, createElementBlock } from "vue";
|
|
2
|
-
import { a as _export_sfc } from "./index-
|
|
2
|
+
import { a as _export_sfc } from "./index-FZpI32h3.mjs";
|
|
3
3
|
const _sfc_main = {};
|
|
4
4
|
function _sfc_render(_ctx, _cache) {
|
|
5
5
|
return openBlock(), createElementBlock("div", null, "Home");
|
|
@@ -1150,7 +1150,7 @@ const remainingRouter = [
|
|
|
1150
1150
|
},
|
|
1151
1151
|
{
|
|
1152
1152
|
path: "/403",
|
|
1153
|
-
component: () => import("./403-
|
|
1153
|
+
component: () => import("./403-Byd0D29G.mjs"),
|
|
1154
1154
|
name: "NoAccess",
|
|
1155
1155
|
meta: {
|
|
1156
1156
|
hidden: true,
|
|
@@ -1160,7 +1160,7 @@ const remainingRouter = [
|
|
|
1160
1160
|
},
|
|
1161
1161
|
{
|
|
1162
1162
|
path: "/404",
|
|
1163
|
-
component: () => import("./404-
|
|
1163
|
+
component: () => import("./404-D29DIIzd.mjs"),
|
|
1164
1164
|
name: "NoFound",
|
|
1165
1165
|
meta: {
|
|
1166
1166
|
hidden: true,
|
|
@@ -1170,7 +1170,7 @@ const remainingRouter = [
|
|
|
1170
1170
|
},
|
|
1171
1171
|
{
|
|
1172
1172
|
path: "/500",
|
|
1173
|
-
component: () => import("./500-
|
|
1173
|
+
component: () => import("./500-DKTm4EMR.mjs"),
|
|
1174
1174
|
name: "Error",
|
|
1175
1175
|
meta: {
|
|
1176
1176
|
hidden: true,
|
|
@@ -1180,7 +1180,7 @@ const remainingRouter = [
|
|
|
1180
1180
|
},
|
|
1181
1181
|
{
|
|
1182
1182
|
path: "/:pathMatch(.*)*",
|
|
1183
|
-
component: () => import("./404-
|
|
1183
|
+
component: () => import("./404-D29DIIzd.mjs"),
|
|
1184
1184
|
name: "",
|
|
1185
1185
|
meta: {
|
|
1186
1186
|
title: "404",
|
|
@@ -1199,7 +1199,7 @@ const remainingRouter = [
|
|
|
1199
1199
|
children: [
|
|
1200
1200
|
{
|
|
1201
1201
|
path: "/home",
|
|
1202
|
-
component: () => import("./index-
|
|
1202
|
+
component: () => import("./index-CwRd3B9B.mjs"),
|
|
1203
1203
|
name: "Home",
|
|
1204
1204
|
meta: {
|
|
1205
1205
|
hidden: true,
|
|
@@ -3364,7 +3364,7 @@ var lib = {
|
|
|
3364
3364
|
stringify: stringify2
|
|
3365
3365
|
};
|
|
3366
3366
|
const qs = /* @__PURE__ */ getDefaultExportFromCjs(lib);
|
|
3367
|
-
const modules = /* @__PURE__ */ Object.assign({ "../views/Error/403.vue": () => import("./403-
|
|
3367
|
+
const modules = /* @__PURE__ */ Object.assign({ "../views/Error/403.vue": () => import("./403-Byd0D29G.mjs"), "../views/Error/404.vue": () => import("./404-D29DIIzd.mjs"), "../views/Error/500.vue": () => import("./500-DKTm4EMR.mjs"), "../views/Home/index.vue": () => import("./index-CwRd3B9B.mjs"), "../views/Login/Login.vue": () => Promise.resolve().then(() => Login$1), "../views/Login/components/ForgetPasswordForm.vue": () => Promise.resolve().then(() => ForgetPasswordForm$1), "../views/Login/components/LoginForm.vue": () => Promise.resolve().then(() => LoginForm$1), "../views/Login/components/LoginFormTitle.vue": () => Promise.resolve().then(() => LoginFormTitle), "../views/Login/components/MobileForm.vue": () => Promise.resolve().then(() => MobileForm$1), "../views/Login/components/RegisterForm.vue": () => Promise.resolve().then(() => RegisterForm$1), "../views/Redirect/Redirect.vue": () => import("./Redirect-CRTyBnlH.mjs") });
|
|
3368
3368
|
const Layout$2 = () => Promise.resolve().then(() => Layout$1);
|
|
3369
3369
|
const getRawRoute = (route) => {
|
|
3370
3370
|
if (!route)
|
|
@@ -3574,7 +3574,7 @@ const usePermissionStore = defineStore("permission", {
|
|
|
3574
3574
|
{
|
|
3575
3575
|
path: "/:path(.*)*",
|
|
3576
3576
|
// redirect: '/404',
|
|
3577
|
-
component: () => import("./404-
|
|
3577
|
+
component: () => import("./404-D29DIIzd.mjs"),
|
|
3578
3578
|
name: "404Page",
|
|
3579
3579
|
meta: {
|
|
3580
3580
|
hidden: true,
|
|
@@ -22867,11 +22867,11 @@ const _sfc_main$w = /* @__PURE__ */ Object.assign({ name: "MenuTrigger" }, {
|
|
|
22867
22867
|
};
|
|
22868
22868
|
return (_ctx, _cache) => {
|
|
22869
22869
|
return openBlock(), createElementBlock("div", {
|
|
22870
|
-
class: normalizeClass([unref(prefixCls2), "flex items-center justify-center cursor-pointer"]),
|
|
22870
|
+
class: normalizeClass([unref(prefixCls2), "flex items-center justify-center cursor-pointer", { "is-active": props.active }]),
|
|
22871
22871
|
onClick: handleClick
|
|
22872
22872
|
}, [
|
|
22873
22873
|
createElementVNode("div", {
|
|
22874
|
-
class: normalizeClass(
|
|
22874
|
+
class: normalizeClass(`${unref(prefixCls2)}__hamburger-icon`)
|
|
22875
22875
|
}, _cache[0] || (_cache[0] = [
|
|
22876
22876
|
createElementVNode("span", { class: "line" }, null, -1),
|
|
22877
22877
|
createElementVNode("span", { class: "line" }, null, -1),
|
|
@@ -22881,7 +22881,7 @@ const _sfc_main$w = /* @__PURE__ */ Object.assign({ name: "MenuTrigger" }, {
|
|
|
22881
22881
|
};
|
|
22882
22882
|
}
|
|
22883
22883
|
});
|
|
22884
|
-
const MenuTrigger = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-
|
|
22884
|
+
const MenuTrigger = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-08d82a5c"]]);
|
|
22885
22885
|
const _hoisted_1$i = { class: "sidebar-inner" };
|
|
22886
22886
|
const _hoisted_2$a = ["onClick"];
|
|
22887
22887
|
const _hoisted_3$a = ["onClick"];
|