|
@@ -68,7 +68,7 @@ const loginoutRaw = async () => {
|
|
|
router.replace({ name: RouteName.login });
|
|
|
};
|
|
|
const handlemtk = () => {
|
|
|
- window.open("/#/mediaLibrary/index");
|
|
|
+ window.open("/admin/index.html#/mediaLibrary/index");
|
|
|
};
|
|
|
const handleSee = () => {
|
|
|
window.open(`/code/index.html?caseId=${caseId.value}#/show`);
|