he2802 4 лет назад
Родитель
Сommit
56efbcf326
2 измененных файлов с 2 добавлено и 3 удалено
  1. 2 3
      common/request.js
  2. BIN
      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://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 store from '@/store/index.js'
 import api from './api.js'
 import api from './api.js'
 var num = 1
 var num = 1
@@ -30,7 +30,6 @@ export const myRequest = (options) => {
 						}
 						}
 
 
 					};
 					};
-					return
 				}
 				}
 				resolve(res)
 				resolve(res)
 			},
 			},

BIN
static/more.png