Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netvs-core
Commits
f478cc25
Commit
f478cc25
authored
May 03, 2021
by
janis.streib
🦉
Browse files
next
parent
12b30bd7
Pipeline
#147824
passed with stages
in 15 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/main.js
View file @
f478cc25
...
...
@@ -69,7 +69,7 @@ async function init() {
const
store
=
new
Vuex
.
Store
({
state
:
{
spec_ready
:
!
(
new
Date
().
getMonth
()
===
5
&&
new
Date
().
getDate
()
===
3
)
||
true
,
spec_ready
:
!
(
new
Date
().
getMonth
()
===
4
&&
new
Date
().
getDate
()
===
1
)
||
true
,
user
:
session_info
?
session_info
.
user
:
null
,
token
:
session_info
?
session_info
.
token
:
null
,
ta_list
:
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'
ta_list
'
)),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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