Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-rljj-wx
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rl
hls-rljj-wx
Commits
0a205096
Commit
0a205096
authored
Jan 15, 2021
by
5359
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dev测试环境跳转接口调整
parent
eb426add
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
21 additions
and
21 deletions
+21
-21
dev.env.js
config/dev.env.js
+1
-1
prod.env.js
config/prod.env.js
+1
-1
uat.env.js
config/uat.env.js
+1
-1
contractDownload.vue
src/pages/applications/contractDownload/contractDownload.vue
+1
-1
contractDownloadList.vue
...es/applications/contractDownload/contractDownloadList.vue
+1
-1
electronicContract.vue
...es/applications/electronicContract/electronicContract.vue
+1
-1
electronicContractList.vue
...pplications/electronicContract/electronicContractList.vue
+1
-1
companyRegister.vue
src/pages/applications/userRegisters/companyRegister.vue
+6
-6
personalRegister.vue
src/pages/applications/userRegisters/personalRegister.vue
+1
-1
readonlyCompanyReg.vue
src/pages/applications/userRegisters/readonlyCompanyReg.vue
+1
-1
readonlyPersonalReg.vue
src/pages/applications/userRegisters/readonlyPersonalReg.vue
+1
-1
uploadImage.vue
src/pages/applications/userRegisters/uploadImage.vue
+2
-2
uploadImg.vue
src/pages/applications/userRegisters/uploadImg.vue
+1
-1
userRegister.vue
src/pages/applications/userRegisters/userRegister.vue
+1
-1
home.vue
src/pages/home.vue
+1
-1
No files found.
config/dev.env.js
View file @
0a205096
...
...
@@ -5,7 +5,7 @@ const prodEnv = require('./prod.env')
module
.
exports
=
merge
(
prodEnv
,
{
NODE_ENV
:
'"development"'
,
CONFIG_ENV
:
JSON
.
stringify
(
process
.
env
.
CONFIG_ENV
),
debug
:
tru
e
,
debug
:
fals
e
,
isMobilePlatform
:
false
,
appCode
:
'"HLS_APP"'
,
clearTable
:
true
,
...
...
config/prod.env.js
View file @
0a205096
...
...
@@ -2,7 +2,7 @@
module
.
exports
=
{
NODE_ENV
:
'"production"'
,
CONFIG_ENV
:
JSON
.
stringify
(
process
.
env
.
CONFIG_ENV
),
debug
:
tru
e
,
debug
:
fals
e
,
isMobilePlatform
:
false
,
appCode
:
'"HLS_APP"'
,
clearTable
:
true
,
...
...
config/uat.env.js
View file @
0a205096
...
...
@@ -2,7 +2,7 @@
module
.
exports
=
{
NODE_ENV
:
'"production"'
,
CONFIG_ENV
:
JSON
.
stringify
(
process
.
env
.
CONFIG_ENV
),
debug
:
tru
e
,
debug
:
fals
e
,
isMobilePlatform
:
false
,
appCode
:
'"HLS_APP"'
,
clearTable
:
true
,
...
...
src/pages/applications/contractDownload/contractDownload.vue
View file @
0a205096
...
...
@@ -185,7 +185,7 @@ export default {
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
wx
.
config
({
beta
:
true
,
debug
:
tru
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
debug
:
fals
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
...
...
src/pages/applications/contractDownload/contractDownloadList.vue
View file @
0a205096
...
...
@@ -108,7 +108,7 @@ export default {
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
wx
.
config
({
beta
:
true
,
debug
:
tru
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
debug
:
fals
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
...
...
src/pages/applications/electronicContract/electronicContract.vue
View file @
0a205096
...
...
@@ -243,7 +243,7 @@ export default {
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
wx
.
config
({
beta
:
true
,
debug
:
tru
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
debug
:
fals
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
...
...
src/pages/applications/electronicContract/electronicContractList.vue
View file @
0a205096
...
...
@@ -147,7 +147,7 @@ export default {
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
wx
.
config
({
beta
:
true
,
debug
:
tru
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
debug
:
fals
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
...
...
src/pages/applications/userRegisters/companyRegister.vue
View file @
0a205096
...
...
@@ -842,7 +842,7 @@
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
wx
.
config
({
beta
:
true
,
debug
:
tru
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
debug
:
fals
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
...
...
@@ -1093,7 +1093,7 @@
agentType
:
"1"
,
// dealerFlag: vm.agentType,
redirectUrl
:
"http://
lease
.hitachics.com/www/#/UserRegister/CompanyRegister?Regstatus=1"
"http://
sign
.hitachics.com/www/#/UserRegister/CompanyRegister?Regstatus=1"
};
vm
.
hlsPopup
.
showLoading
(
"请稍等"
);
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
...
...
@@ -1157,7 +1157,7 @@
legalIdNo
:
vm
.
legalRepresentativeCardNumber1
,
agentType
:
"2"
,
redirectUrl
:
"http://
lease
.hitachics.com/www/#/UserRegister/CompanyRegister?Regstatus=2"
"http://
sign
.hitachics.com/www/#/UserRegister/CompanyRegister?Regstatus=2"
};
vm
.
hlsPopup
.
showLoading
(
"请稍等"
);
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
...
...
@@ -1206,7 +1206,7 @@
if
(
res
.
code
==
0
)
{
vm
.
$vux
.
toast
.
text
(
res
.
message
,
"middle"
);
window
.
open
(
"http://
lease
.hitachics.com/www/#/UserRegister"
,
"http://
sign
.hitachics.com/www/#/UserRegister"
,
"_self"
);
}
else
{
...
...
@@ -1231,7 +1231,7 @@
if
(
res
.
code
==
0
)
{
vm
.
$vux
.
toast
.
text
(
res
.
message
,
"middle"
);
window
.
open
(
"http://
lease
.hitachics.com/www/#/UserRegister"
,
"http://
sign
.hitachics.com/www/#/UserRegister"
,
"_self"
);
}
else
{
...
...
@@ -1242,7 +1242,7 @@
// 认证结果返回给接口
authResult
(
id
,
code
,
suc
)
{
let
vm
=
this
;
let
url
=
"http://
lease
.hitachics.com/core/api/public/listen/auth/result"
;
let
url
=
"http://
sign
.hitachics.com/core/api/public/listen/auth/result"
;
let
param
=
{
contextId
:
id
,
verifycode
:
code
,
...
...
src/pages/applications/userRegisters/personalRegister.vue
View file @
0a205096
...
...
@@ -255,7 +255,7 @@
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
wx
.
config
({
beta
:
true
,
debug
:
tru
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
debug
:
fals
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
...
...
src/pages/applications/userRegisters/readonlyCompanyReg.vue
View file @
0a205096
...
...
@@ -435,7 +435,7 @@ export default {
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
wx
.
config
({
beta
:
true
,
debug
:
tru
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
debug
:
fals
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
...
...
src/pages/applications/userRegisters/readonlyPersonalReg.vue
View file @
0a205096
...
...
@@ -147,7 +147,7 @@ export default {
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
wx
.
config
({
beta
:
true
,
debug
:
tru
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
debug
:
fals
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
...
...
src/pages/applications/userRegisters/uploadImage.vue
View file @
0a205096
...
...
@@ -134,7 +134,7 @@ export default {
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
wx
.
config
({
beta
:
true
,
debug
:
tru
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
debug
:
fals
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
...
...
@@ -183,4 +183,4 @@ export default {
width
:
28vw
;
height
:
28vw
;
}
</
style
>
\ No newline at end of file
</
style
>
src/pages/applications/userRegisters/uploadImg.vue
View file @
0a205096
...
...
@@ -45,7 +45,7 @@ export default {
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
wx
.
config
({
beta
:
true
,
debug
:
tru
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
debug
:
fals
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
...
...
src/pages/applications/userRegisters/userRegister.vue
View file @
0a205096
...
...
@@ -231,7 +231,7 @@
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
wx
.
config
({
beta
:
true
,
debug
:
tru
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
debug
:
fals
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
...
...
src/pages/home.vue
View file @
0a205096
...
...
@@ -135,7 +135,7 @@
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
wx
.
config
({
beta
:
true
,
debug
:
tru
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
debug
:
fals
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment