he2802 4 年之前
父节点
当前提交
56efbcf326
共有 2 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      common/request.js
  2. 二进制
      static/more.png

+ 2 - 3
common/request.js

@@ -1,7 +1,7 @@
 
 //const BASE_URL = 'http://127.0.0.1:8088'
-// const BASE_URL = 'http://192.168.0.145:8088'   //
-const BASE_URL = 'https://api.xyyxt.net'  //
+ const BASE_URL = 'http://192.168.0.145:8088'   //
+//const BASE_URL = 'https://api.xyyxt.net'  //
 import store from '@/store/index.js'
 import api from './api.js'
 var num = 1
@@ -30,7 +30,6 @@ export const myRequest = (options) => {
 						}
 
 					};
-					return
 				}
 				resolve(res)
 			},

二进制
static/more.png