Explorar o código

字典不加载问题

canghailong hai 6 meses
pai
achega
5a2f0475b5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/slogin/util.js

+ 1 - 1
src/views/slogin/util.js

@@ -52,5 +52,5 @@ export const afterLogin = async (loginToken) => {
 	await router.replace({
 		path: "/"
 	})
-	location.reload()
+	// location.reload()
 }