Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
3a988177
Commit
3a988177
authored
Aug 07, 2021
by
msgroup
Browse files
调试信息优化
parent
bcd4b91e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/manager/main.ftl
View file @
3a988177
...
...
@@ -448,7 +448,7 @@
var
that
=
this
;
axios
.create
({
withCredentials
:
true
})
.
ge
t
(
"https://mingsoft.net/cms/content/list.do?categoryId=202"
)
.then
(
function
(
res
)
{
})
.
pos
t
(
"https://mingsoft.net/cms/content/list.do?categoryId=202"
)
.then
(
function
(
res
)
{
that
.msNewsLast
=
res
.data.data.rows
[
0
]
.contentTitle.toString();
that
.msNewsPath
=
'
https
:
//
mingsoft
.net
/
html
/
1
/
203
/
202
/'
+
res
.data.data.rows
[
0
]
.id + '.html';
})
;
...
...
Write
Preview
Supports
Markdown
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