Browse Source

feat 优化整体

wzh 4 months ago
parent
commit
5ba6f02c18
2 changed files with 2 additions and 8 deletions
  1. 2 2
      config.js
  2. 0 6
      pages/login.vue

+ 2 - 2
config.js

@@ -1,8 +1,8 @@
 // 应用全局配置
 module.exports = {
 
-  baseUrl: 'https://scanapi.dnzc.vip/',
-  // baseUrl: 'http://192.168.1.157:8080/pg',
+  baseUrl: 'https://scanapi.dnzc.vip',
+  // baseUrl: 'http://127.0.0.1',
 
 
   // 应用信息

+ 0 - 6
pages/login.vue

@@ -89,12 +89,6 @@
  							})
  							return;
  						}
- 						if (this.status) {
- 							uni.redirectTo({
- 								url: '/pages/' + this.path + '/index/claim'
- 							})
- 							return;
- 						}
 
  						getScanData(this.scanCode).then(res => {
 							let url;