Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
Details
Activity
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
西魏
cms_sys
Commits
50666ab0
Commit
50666ab0
authored
Aug 17, 2020
by
sgjj
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
# Conflicts: # src/main/webapp/WEB-INF/manager/index.ftl
parents
0775b931
65bc10e3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
36 deletions
+4
-36
index.ftl
src/main/webapp/WEB-INF/manager/index.ftl
+4
-36
No files found.
src/main/webapp/WEB-INF/manager/index.ftl
View file @
50666ab0
...
...
@@ -276,38 +276,7 @@
getAuthorization
:
function
()
{
},
subscribe
:
function
()
{
var
h
=
this
.
$createElement
var
that
=
this
;
ms
.
http
.
get
(
ms
.
manager
+
"/lic/info"
).
then
(
function
(
res
)
{
that
.
$msgbox
({
title
:
'关注公众号接收系统通知'
,
message
:
h
(
'p'
,
null
,
[
h
(
'el-image'
,
{
attrs
:
{
src
:
'http://www.meczj.com/wx/employee/qrCode?code='
+
encodeURIComponent
(
res
.
data
),
},
style
:
{
width
:
"80%"
,
height
:
"300px"
}
}
),
h
(
'el-alert'
,
{
props
:
{
title
:
'一人一码,请确认当前登录用户信息再进行绑定,如果绑定错误,请取消关注 铭软 公众号再重新扫码绑定'
,
closable
:
false
},
}
)]),
showConfirmButton
:
false
,
center
:
true
})
}).
catch
(
function
(
err
)
{
console
.
log
(
err
)
})
},
markMenu
:
function
(
title
,
icon
)
{
var
menu
=
{
title
:
title
,
...
...
@@ -560,13 +529,12 @@
//获取登录用户信息
this
.
managerGet
();
var
that
=
this
;
ms
.
http
.
get
(
ms
.
manager
+
"/upgrader/sync.do"
).
then
(
function
(
data
)
{
if
(
data
.
data
.
syncStoreUrl
!=
undefined
)
{
data
.
data
.
syncStoreUrl
+=
"/#/?client=${client}"
;
that
.
mstore
=
data
.
data
;
ms
.
http
.
get
(
ms
.
manager
+
"/upgrader/sync.do"
).
then
(
function
(
res
)
{
if
(
res
.
result
)
{
res
.
data
.
syncStoreUrl
+=
"/#/?client=${client}"
;
that
.
mstore
=
res
.
data
;
}
})
},
})
</script>
...
...
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