tangning 8 months ago
parent
commit
4911cc9527
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/view/layout/top/index.vue

+ 1 - 1
src/view/layout/top/index.vue

@@ -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`);