Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
edu-cloud-classroom
cloud_web_homepage
Commits
35ed6a92
Commit
35ed6a92
authored
6 years ago
by
zhaoxingyu
Browse files
Options
Download
Email Patches
Plain Diff
11
parent
47dc1fc4
dev
campus-com
classroom2022
thtf-logo
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
js/homePage.js
+1
-1
js/homePage.js
with
1 addition
and
1 deletion
+1
-1
js/homePage.js
View file @
35ed6a92
...
...
@@ -246,7 +246,7 @@ var vm = new Vue({
window
.
open
(
`
${
url
}
?id=
${
item
.
id
}
&name=
${
item
.
name
}
`
,
'
_blank
'
);
},
toNewsPage
:
function
(
index
)
{
let
url
=
this
.
baseUrl
+
'
/news_text.html?newsId=
'
+
this
.
newsList
[
index
].
id
;
let
url
=
this
.
baseUrl
+
'
/news_
details/news_
text.html?newsId=
'
+
this
.
newsList
[
index
].
id
;
window
.
open
(
url
,
'
_blank
'
);
}
}
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help