فهرست منبع

返回首页地址修改

wang_xy 2 سال پیش
والد
کامیت
f49ccccc2e
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/components/v-fastmenu.vue

+ 2 - 2
src/components/v-fastmenu.vue

@@ -75,7 +75,7 @@ import { getUserProfile } from "@/api/system/user";
         let mo = href.lastIndexOf(":") > 6  ? href.lastIndexOf(":") : href.lastIndexOf("/")
         let ip = href.substr(href.indexOf("://")+3,mo);
         let url =href.substr(0,mo)
-        let toUrl = url +":15001/index58"
+        let toUrl = url +":15001/newpage"
         window.location.href = toUrl
       },
       getUser(){
@@ -99,7 +99,7 @@ import { getUserProfile } from "@/api/system/user";
 				let mo = href.lastIndexOf(":") > 6 ? href.lastIndexOf(":") : href.lastIndexOf("/")
 				let ip = href.substr(href.indexOf("://") + 3, mo);
 				let url = href.substr(0, mo)
-				let toUrl = url + ":15001/index58"
+				let toUrl = url + ":15001/newpage"
 				window.location.href = toUrl
 			},
       async logout() {