aq-fe-framework 0.1.56 → 0.1.58
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.
|
@@ -38,7 +38,7 @@ var baseAxios = axios.create({
|
|
|
38
38
|
baseAxios.interceptors.request.use(
|
|
39
39
|
(config2) => {
|
|
40
40
|
var _a, _b;
|
|
41
|
-
const tokenData = localStorage.getItem("
|
|
41
|
+
const tokenData = localStorage.getItem("useS_authenticate");
|
|
42
42
|
const state = JSON.parse(tokenData);
|
|
43
43
|
const token = (_b = (_a = state == null ? void 0 : state.state) == null ? void 0 : _a.state) == null ? void 0 : _b.token;
|
|
44
44
|
if (token) {
|
|
@@ -288,7 +288,7 @@ var getStatusColor = (status) => {
|
|
|
288
288
|
};
|
|
289
289
|
var PageTitle = ({ title: title3, status }) => {
|
|
290
290
|
const color = getStatusColor(status);
|
|
291
|
-
return /* @__PURE__ */ jsx6(Indicator, { label: status, size: 16, inline: true, color, disabled: !status, pt: 6, children: /* @__PURE__ */ jsx6(Title, { children: title3 }) });
|
|
291
|
+
return /* @__PURE__ */ jsx6(Indicator, { label: status, size: 16, inline: true, color, disabled: !status, pt: 6, children: /* @__PURE__ */ jsx6(Title, { order: 4, children: title3 }) });
|
|
292
292
|
};
|
|
293
293
|
function MyPageContent({ leftTopBar, title: title3, canBack = false, rightTopBar, status, children }) {
|
|
294
294
|
const SidebarStore = useS_Sidebar();
|
|
@@ -305,7 +305,7 @@ function MyPageContent({ leftTopBar, title: title3, canBack = false, rightTopBar
|
|
|
305
305
|
/* @__PURE__ */ jsx6(Code, { color: "var(--mantine-color-blue-light)", children: SidebarStore.state.menuCode })
|
|
306
306
|
] })
|
|
307
307
|
] }),
|
|
308
|
-
/* @__PURE__ */ jsx6(Divider, {}),
|
|
308
|
+
/* @__PURE__ */ jsx6(Divider, { my: "xs" }),
|
|
309
309
|
children
|
|
310
310
|
] });
|
|
311
311
|
}
|
|
@@ -61,7 +61,7 @@ import {
|
|
|
61
61
|
useHeaderMegaMenuStore,
|
|
62
62
|
useS_ButtonImport,
|
|
63
63
|
utils_layout_getItemsWithoutLinks
|
|
64
|
-
} from "../chunk-
|
|
64
|
+
} from "../chunk-YZBMHGH6.mjs";
|
|
65
65
|
import "../chunk-AL73DX37.mjs";
|
|
66
66
|
import "../chunk-LJHYZ5B5.mjs";
|
|
67
67
|
import "../chunk-FWCSY2DS.mjs";
|