yanglzh 3 жил өмнө
parent
commit
64d32195f8
1 өөрчлөгдсөн 1 нэмэгдсэн , 2 устгасан
  1. 1 2
      src/App.vue

+ 1 - 2
src/App.vue

@@ -22,8 +22,7 @@ export default defineComponent({
 	name: 'app',
 	components: { LockScreen, Setings, CloseFull },
 	created() {
-		api.sysinfo().then((res) => {
-			console.log(res);
+		api.sysinfo().then((res: any) => {
 			localStorage.setItem('sysinfo', JSON.stringify(res));
 		});
 	},