@nine-lab/nine-mu 0.1.270 → 0.1.271
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/package.json
CHANGED
|
@@ -156,7 +156,7 @@ export class NineChatManager {
|
|
|
156
156
|
|
|
157
157
|
trace.log(window.location.pathname, this.#owner.config.packageName);
|
|
158
158
|
|
|
159
|
-
const
|
|
159
|
+
const currentSource = await api.post("/nine-mu/source/read", {
|
|
160
160
|
menuUrl: window.location.pathname,
|
|
161
161
|
feProjectName: this.#owner.config.packageName
|
|
162
162
|
});
|
|
@@ -188,7 +188,7 @@ export class NineChatManager {
|
|
|
188
188
|
routes : routes,
|
|
189
189
|
unmapped_routes: unmappedRoutes, // 미개발된 해당 라우트 정보 객체
|
|
190
190
|
current_path : currentPath,
|
|
191
|
-
|
|
191
|
+
current_source : currentSource,
|
|
192
192
|
});
|
|
193
193
|
}
|
|
194
194
|
|