Browse Source

代码优化

tanxue 2 months ago
parent
commit
3a837e8ea5
2 changed files with 0 additions and 2 deletions
  1. 0 1
      pages/Login/components/adminloginBox.vue
  2. 0 1
      pages/admin/ShouYe/shouye.vue

+ 0 - 1
pages/Login/components/adminloginBox.vue

@@ -143,7 +143,6 @@
 		
 	function getLoginInit(){
 		httpApi.getVersion({}).then(res => {
-			console.log(version,res,'version+res');
 			if(version!=res.data.version){
 				tipDialogRef.value.handleShow();
 			}

+ 0 - 1
pages/admin/ShouYe/shouye.vue

@@ -218,7 +218,6 @@ function tjBtnClick(data){
 	}
 	function getLoginInit(){
 			httpApi.getVersion({}).then(res => {
-				console.log(version,res,'version+res');
 				if(version!=res.data.version){
 					tipDialogRef.value.handleShow();
 				}