Commit 2d6fcfd1 by 夏新然

添加新子段

1 parent 218591cc
Showing 43 changed files with 95 additions and 3 deletions
......@@ -24,7 +24,8 @@ export default {
_t: Date.parse(new Date()) / 1000
},
header: {
'Authorization': atoken
'Authorization': atoken,
'app-code':'mobile'
},
success: (res) => {
resolve(res);
......@@ -45,7 +46,8 @@ export default {
_t: Date.parse(new Date()) / 1000
},
header: {
'Authorization': atoken
'Authorization': atoken,
'app-code':'mobile'
},
success: (res) => {
resolve(res);
......
......@@ -174,6 +174,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -269,6 +270,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -277,6 +279,7 @@
uni.request({
url:url,
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
data:data,
......@@ -294,6 +297,7 @@
uni.request({
url:url,
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
data:data,
......
......@@ -456,7 +456,8 @@
_t:Date.parse(new Date())/1000
},
header: {
'Authorization': this.atoken //自定义请求头信息
'Authorization': this.atoken, //自定义请求头信息
'app-code':'mobile'
},
method:'GET',
success:(res) =>{
......@@ -482,6 +483,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -501,6 +503,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -528,6 +531,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -553,6 +557,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -592,6 +597,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -1122,6 +1128,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......
......@@ -187,6 +187,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -289,6 +290,7 @@
uni.request({
url:url,
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
data:data,
......
......@@ -195,6 +195,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -312,6 +313,7 @@
uni.request({
url:url,
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
data:data,
......
......@@ -190,6 +190,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -247,6 +248,7 @@
uni.request({
url:url,
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
data:data,
......
......@@ -204,6 +204,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -307,6 +308,7 @@
uni.request({
url:url,
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
data:data,
......
......@@ -204,6 +204,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -308,6 +309,7 @@
uni.request({
url:url,
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
data:data,
......
......@@ -212,6 +212,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -321,6 +322,7 @@
uni.request({
url:url,
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
data:data,
......
......@@ -206,6 +206,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -362,6 +363,7 @@
uni.request({
url:url,
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
data:data,
......
......@@ -201,6 +201,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -357,6 +358,7 @@
uni.request({
url:url,
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
data:data,
......
......@@ -188,6 +188,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -316,6 +317,7 @@
uni.request({
url:url,
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
data:data,
......
......@@ -213,6 +213,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -286,6 +287,7 @@
uni.request({
url:url,
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
data:data,
......
......@@ -227,6 +227,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -296,6 +297,7 @@
uni.request({
url:url,
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
data:data,
......
......@@ -217,6 +217,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -379,6 +380,7 @@
uni.request({
url:url,
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
data:data,
......
......@@ -213,6 +213,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -375,6 +376,7 @@
uni.request({
url:url,
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
data:data,
......
......@@ -212,6 +212,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -374,6 +375,7 @@
uni.request({
url:url,
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
data:data,
......
......@@ -178,6 +178,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -340,6 +341,7 @@
uni.request({
url:url,
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
data:data,
......
......@@ -50,6 +50,7 @@
_t:Date.parse(new Date()) / 1000
},
header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息
},
isMultiple: true
......@@ -73,6 +74,7 @@
_t:Date.parse(new Date()) / 1000
},
header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息
},
isMultiple: true
......
......@@ -61,6 +61,7 @@
_t:Date.parse(new Date()) / 1000
},
header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息
},
isMultiple: true
......@@ -120,6 +121,7 @@
_t:Date.parse(new Date()) / 1000
},
header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息
},
isMultiple: true
......
......@@ -71,6 +71,7 @@
_t:Date.parse(new Date()) / 1000
},
header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息
},
isMultiple: true
......@@ -93,6 +94,7 @@
_t:Date.parse(new Date()) / 1000
},
header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息
},
isMultiple: true
......
......@@ -75,6 +75,7 @@
_t:Date.parse(new Date()) / 1000
},
header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息
},
isMultiple: true
......
......@@ -583,6 +583,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -646,6 +647,7 @@
uni.request({
url:url,
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
data:data,
......
......@@ -591,6 +591,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -654,6 +655,7 @@
uni.request({
url:url,
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
data:data,
......
......@@ -346,6 +346,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -615,6 +616,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -678,6 +680,7 @@
uni.request({
url:url,
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
data:data,
......
......@@ -108,6 +108,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......
......@@ -585,6 +585,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -648,6 +649,7 @@
uni.request({
url:url,
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
data:data,
......
......@@ -134,6 +134,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......
......@@ -89,6 +89,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -104,6 +105,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......
......@@ -113,6 +113,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......
......@@ -194,6 +194,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......
......@@ -195,6 +195,7 @@ uni.getStorage({
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......
......@@ -202,6 +202,7 @@ uni.getStorage({
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......
......@@ -140,6 +140,7 @@ uni.getStorage({
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......
......@@ -141,6 +141,7 @@ uni.getStorage({
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......
......@@ -150,6 +150,7 @@ uni.getStorage({
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......
......@@ -267,6 +267,9 @@
loginName:this.username,
password:this.password
},
header: {
'app-code':'mobile'
},
method:'POST',
success:(res)=> {
uni.hideLoading();
......@@ -304,6 +307,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -320,6 +324,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -333,6 +338,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -365,6 +371,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......
......@@ -116,6 +116,7 @@
_t:Date.parse(new Date()) / 1000
},
header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息
},
isMultiple: true
......@@ -143,6 +144,7 @@
_t:Date.parse(new Date()) / 1000
},
header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息
},
isMultiple: true
......@@ -185,6 +187,7 @@
sortOrder: 'DESC'
},
header: {
'app-code':'mobile',
'Authorization': atoken
},
method: 'GET',
......@@ -270,6 +273,7 @@
uni.request({
url: window.url + '/dataDics',
header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken')
},
method: 'GET',
......
......@@ -117,6 +117,7 @@
_t:Date.parse(new Date()) / 1000
},
header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息
},
isMultiple: true
......@@ -164,6 +165,7 @@
_t:Date.parse(new Date()) / 1000
},
header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息
},
isMultiple: true
......
......@@ -98,6 +98,7 @@
_t:Date.parse(new Date()) / 1000
},
header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息
},
isMultiple: true
......@@ -130,6 +131,7 @@
_t:Date.parse(new Date()) / 1000
},
header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息
},
isMultiple: true
......
......@@ -85,6 +85,7 @@
_t:Date.parse(new Date()) / 1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
isMultiple: true
......@@ -114,6 +115,7 @@
_t:Date.parse(new Date()) / 1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
isMultiple: true
......@@ -161,6 +163,7 @@
_t: Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......@@ -189,6 +192,7 @@
_t: Date.parse(new Date()) / 1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken
},
method: 'GET',
......
......@@ -47,6 +47,7 @@
_t:Date.parse(new Date()) / 1000
},
header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息
},
isMultiple: true
......@@ -72,6 +73,7 @@
_t:Date.parse(new Date()) / 1000
},
header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息
},
isMultiple: true
......
......@@ -103,6 +103,7 @@
_t:Date.parse(new Date())/1000
},
header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息
},
method:'GET',
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!