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
61fd8827
Commit
61fd8827
authored
Jan 15, 2021
by
5359
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
历史更新提交
parent
d9d5877e
Changes
13
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
57 additions
and
35 deletions
+57
-35
prod.env.js
config/prod.env.js
+1
-1
main.js
src/main.js
+4
-5
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
+5
-5
authorizedAgent.vue
src/pages/applications/userRegisters/authorizedAgent.vue
+37
-14
companyRegister.vue
src/pages/applications/userRegisters/companyRegister.vue
+1
-1
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
+2
-2
userRegister.vue
src/pages/applications/userRegisters/userRegister.vue
+1
-1
home.vue
src/pages/home.vue
+1
-1
No files found.
config/prod.env.js
View file @
61fd8827
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
module
.
exports
=
{
module
.
exports
=
{
NODE_ENV
:
'"production"'
,
NODE_ENV
:
'"production"'
,
CONFIG_ENV
:
JSON
.
stringify
(
process
.
env
.
CONFIG_ENV
),
CONFIG_ENV
:
JSON
.
stringify
(
process
.
env
.
CONFIG_ENV
),
debug
:
fals
e
,
debug
:
tru
e
,
isMobilePlatform
:
false
,
isMobilePlatform
:
false
,
appCode
:
'"HLS_APP"'
,
appCode
:
'"HLS_APP"'
,
clearTable
:
true
,
clearTable
:
true
,
...
...
src/main.js
View file @
61fd8827
...
@@ -41,11 +41,10 @@ import { post, get } from './scripts/hlsHttp'
...
@@ -41,11 +41,10 @@ import { post, get } from './scripts/hlsHttp'
/** 全局函数hlsUtil**/
/** 全局函数hlsUtil**/
import
hlsUtil
from
'./scripts/hlsUtil'
import
hlsUtil
from
'./scripts/hlsUtil'
if
(
process
.
env
.
CONFIG_ENV
===
'prod'
)
{
// if (process.env.CONFIG_ENV === 'prod') {
const
VConsole
=
require
(
'vconsole'
)
// const VConsole = require('vconsole')
new
VConsole
()
// eslint-disable-line
// new VConsole() // eslint-disable-line
}
// }
Vue
.
use
(
directives
)
Vue
.
use
(
directives
)
...
...
src/pages/applications/contractDownload/contractDownload.vue
View file @
61fd8827
...
@@ -185,7 +185,7 @@ export default {
...
@@ -185,7 +185,7 @@ export default {
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
wx
.
config
({
wx
.
config
({
beta
:
true
,
beta
:
true
,
debug
:
fals
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
debug
:
tru
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
...
...
src/pages/applications/contractDownload/contractDownloadList.vue
View file @
61fd8827
...
@@ -108,7 +108,7 @@ export default {
...
@@ -108,7 +108,7 @@ export default {
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
wx
.
config
({
wx
.
config
({
beta
:
true
,
beta
:
true
,
debug
:
fals
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
debug
:
tru
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
...
...
src/pages/applications/electronicContract/electronicContract.vue
View file @
61fd8827
...
@@ -243,7 +243,7 @@ export default {
...
@@ -243,7 +243,7 @@ export default {
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
wx
.
config
({
wx
.
config
({
beta
:
true
,
beta
:
true
,
debug
:
fals
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
debug
:
tru
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
...
...
src/pages/applications/electronicContract/electronicContractList.vue
View file @
61fd8827
...
@@ -147,7 +147,7 @@ export default {
...
@@ -147,7 +147,7 @@ export default {
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
wx
.
config
({
wx
.
config
({
beta
:
true
,
beta
:
true
,
debug
:
fals
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
debug
:
tru
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
...
...
src/pages/applications/userRegisters/authorizedAgent.vue
View file @
61fd8827
...
@@ -274,8 +274,8 @@
...
@@ -274,8 +274,8 @@
}
}
hlsPopup
.
showConfirm
({
hlsPopup
.
showConfirm
({
title
:
'“授权
”须知
'
,
title
:
'“授权
管理转移”须知:
'
,
content
:
'您即将
授权“未授权”的经办人员作为贵司的签约授权代表,一旦您点击了“授权”按钮,相应的授权经办人员即完全取得代表贵司签约的权利,其所有签约操作行为都完全代表贵司。请您作为贵司签约授权管理人,在完全理解和明白前述点击“授权”按钮的法律后果并确保贵司愿意接受该种法律后果的情况下点击“授权”按钮。如您因误操作点击了“授权”按钮,请您立即进行取消授权
的操作,否则贵司也将承担因误操作所引发的一切法律后果。'
,
content
:
'您即将
转移您的管理员权限,一旦您点击了“管理转移”按钮,相应的授权经办人员应该在获得贵司线下授权函的前提下,即获得贵司管理员的身份。请您作为贵司的管理员,在完全理解和明白前述点击“管理转移”按钮的法律后果并确保贵司愿意接受该种法律后果的情况下点击“管理转移”按钮。如您因误操作点击了“管理转移”按钮,请您立即进行取消转移
的操作,否则贵司也将承担因误操作所引发的一切法律后果。'
,
onConfirm
:
function
(
index
)
{
onConfirm
:
function
(
index
)
{
if
(
index
===
1
)
{
if
(
index
===
1
)
{
vm
.
hlsPopup
.
showLoading
(
'请稍等'
)
vm
.
hlsPopup
.
showLoading
(
'请稍等'
)
...
@@ -328,6 +328,12 @@
...
@@ -328,6 +328,12 @@
if
(
vm
.
choosedList
.
length
>
0
)
{
if
(
vm
.
choosedList
.
length
>
0
)
{
let
url
=
process
.
env
.
rootPath
+
'/auth/api/individual/authorize'
let
url
=
process
.
env
.
rootPath
+
'/auth/api/individual/authorize'
let
param
=
vm
.
choosedList
let
param
=
vm
.
choosedList
if
(
flag
==
'Y'
)
{
hlsPopup
.
showConfirm
({
title
:
'“授权”须知'
,
content
:
'您即将授权“未授权”的经办人员作为贵司的签约授权代表,一旦您点击了“授权”按钮,相应的授权经办人员即完全取得代表贵司签约的权利,其所有签约操作行为都完全代表贵司。请您作为贵司签约授权管理人,在完全理解和明白前述点击“授权”按钮的法律后果并确保贵司愿意接受该种法律后果的情况下点击“授权”按钮。如您因误操作点击了“授权”按钮,请您立即进行取消授权的操作,否则贵司也将承担因误操作所引发的一切法律后果。'
,
onConfirm
:
function
(
index
)
{
if
(
index
===
1
)
{
vm
.
hlsPopup
.
showLoading
(
'请稍等'
)
vm
.
hlsPopup
.
showLoading
(
'请稍等'
)
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
()
vm
.
hlsPopup
.
hideLoading
()
...
@@ -340,6 +346,23 @@
...
@@ -340,6 +346,23 @@
hlsPopup
.
showLongCenter
(
res
.
message
)
hlsPopup
.
showLongCenter
(
res
.
message
)
}
}
})
})
}
},
})
}
else
if
(
flag
==
'N'
)
{
vm
.
hlsPopup
.
showLoading
(
'请稍等'
)
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
()
if
(
res
.
code
==
'000000'
)
{
hlsPopup
.
showLongCenter
(
'操作成功!'
)
vm
.
obj
=
{}
vm
.
choosedList
=
[]
vm
.
init
()
}
else
{
hlsPopup
.
showLongCenter
(
res
.
message
)
}
})
}
}
else
{
}
else
{
hlsPopup
.
showLongCenter
(
'请选择经办人!'
)
hlsPopup
.
showLongCenter
(
'请选择经办人!'
)
}
}
...
...
src/pages/applications/userRegisters/companyRegister.vue
View file @
61fd8827
...
@@ -842,7 +842,7 @@
...
@@ -842,7 +842,7 @@
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
wx
.
config
({
wx
.
config
({
beta
:
true
,
beta
:
true
,
debug
:
fals
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
debug
:
tru
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
...
...
src/pages/applications/userRegisters/personalRegister.vue
View file @
61fd8827
...
@@ -255,7 +255,7 @@
...
@@ -255,7 +255,7 @@
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
wx
.
config
({
wx
.
config
({
beta
:
true
,
beta
:
true
,
debug
:
fals
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
debug
:
tru
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
...
...
src/pages/applications/userRegisters/readonlyCompanyReg.vue
View file @
61fd8827
...
@@ -435,7 +435,7 @@ export default {
...
@@ -435,7 +435,7 @@ export default {
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
wx
.
config
({
wx
.
config
({
beta
:
true
,
beta
:
true
,
debug
:
fals
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
debug
:
tru
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
...
...
src/pages/applications/userRegisters/readonlyPersonalReg.vue
View file @
61fd8827
...
@@ -147,7 +147,7 @@ export default {
...
@@ -147,7 +147,7 @@ export default {
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
wx
.
config
({
wx
.
config
({
beta
:
true
,
beta
:
true
,
debug
:
fals
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
debug
:
tru
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
...
...
src/pages/applications/userRegisters/userRegister.vue
View file @
61fd8827
...
@@ -231,7 +231,7 @@
...
@@ -231,7 +231,7 @@
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
wx
.
config
({
wx
.
config
({
beta
:
true
,
beta
:
true
,
debug
:
fals
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
debug
:
tru
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
...
...
src/pages/home.vue
View file @
61fd8827
...
@@ -135,7 +135,7 @@
...
@@ -135,7 +135,7 @@
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
wx
.
config
({
wx
.
config
({
beta
:
true
,
beta
:
true
,
debug
:
fals
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
debug
:
tru
e
,
// 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
appId
:
res
.
result
.
appId
,
// 必填,公众号的唯一标识
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
timestamp
:
res
.
result
.
timestamp
,
// 必填,生成签名的时间戳
nonceStr
:
res
.
result
.
nonceStr
,
// 必填,生成签名的随机串
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