Showing
5 changed files
with
12 additions
and
12 deletions
... | ... | @@ -10,7 +10,7 @@ Page({ |
10 | 10 | logoUrl: "./../../img/wczd.png", |
11 | 11 | checkFlag: true, |
12 | 12 | username: "15556367216",// 用户名 |
13 | - password: "efault",//密码 | |
13 | + password: "hczd",//密码 | |
14 | 14 | hideFlag: true,//是否隐藏 |
15 | 15 | keyStr: "",// key值 |
16 | 16 | imgUrl: "",//显示验证码的图片地址 |
... | ... | @@ -126,7 +126,7 @@ Page({ |
126 | 126 | return { |
127 | 127 | LOGIN_TYPE: 'CORP', |
128 | 128 | code: this.data.codeKey.replace(/(^\s*)|(\s*$)/g, ''), // 图片验证码 |
129 | - corpCode: "default", | |
129 | + corpCode: "hczd", | |
130 | 130 | username: this.data.username, |
131 | 131 | password: this.data.password, |
132 | 132 | key: this.data.keyStr, |
... | ... | @@ -149,7 +149,7 @@ Page({ |
149 | 149 | HTTP.GET({ |
150 | 150 | ...API_CONST.login.loginSecurity, |
151 | 151 | payload: { |
152 | - corpCode: "default" | |
152 | + corpCode: "hczd" | |
153 | 153 | } |
154 | 154 | }).then((res: any) => { |
155 | 155 | if (res.success) { |
... | ... | @@ -168,7 +168,7 @@ Page({ |
168 | 168 | HTTP.GET({ |
169 | 169 | ...API_CONST.login.userSecurity, |
170 | 170 | payload: { |
171 | - corpCode: "default", | |
171 | + corpCode: "hczd", | |
172 | 172 | key: this.data.keyStr |
173 | 173 | } |
174 | 174 | }).then((res: any) => { | ... | ... |
... | ... | @@ -302,7 +302,7 @@ Page({ |
302 | 302 | HTTP.POST({ |
303 | 303 | ...API_CONST.home.miniData, |
304 | 304 | payload: { |
305 | - corpCode: "default" | |
305 | + corpCode: "hczd" | |
306 | 306 | } |
307 | 307 | }).then((data: any) => { |
308 | 308 | Toast.clear() |
... | ... | @@ -601,7 +601,7 @@ Page({ |
601 | 601 | HTTP.POST({ |
602 | 602 | ...API_CONST.home.getDate, |
603 | 603 | payload: { |
604 | - corpCode: "default", | |
604 | + corpCode: "hczd", | |
605 | 605 | type: type |
606 | 606 | } |
607 | 607 | }).then((res: any) => { |
... | ... | @@ -629,7 +629,7 @@ Page({ |
629 | 629 | HTTP.POST({ |
630 | 630 | ...API_CONST.home.getDate, |
631 | 631 | payload: { |
632 | - corpCode: "default", | |
632 | + corpCode: "hczd", | |
633 | 633 | type: type |
634 | 634 | } |
635 | 635 | }).then((res: any) => { | ... | ... |
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | * 3: 现代物流uat环境 |
7 | 7 | * 4: 现代物流正式环境 |
8 | 8 | */ |
9 | -const envLevel = 0; | |
9 | +const envLevel = 1; | |
10 | 10 | |
11 | 11 | /** |
12 | 12 | * 后台接口 |
... | ... | @@ -21,7 +21,7 @@ const serverUrlProduce = [ |
21 | 21 | |
22 | 22 | const corpCode = [ |
23 | 23 | 'default', // cheng |
24 | - 'xdwl', | |
24 | + 'hczd',//徽辰智电 | |
25 | 25 | 'xdwl', // xdwl |
26 | 26 | 'xdwl', |
27 | 27 | 'xdwl' |
... | ... | @@ -31,7 +31,7 @@ const env = { |
31 | 31 | server: `${serverUrlProduce}`,// 后台api接口地址 |
32 | 32 | qx_api: 'qx-api', |
33 | 33 | corpCode: corpCode, |
34 | - sutingche_app_id: 'wx54e676273869baa6' | |
34 | + sutingche_app_id: 'wx8ebaa8e3c30eff3b' | |
35 | 35 | }; |
36 | 36 | |
37 | 37 | export default env; | ... | ... |