Skip to content
GitLab
Menu
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
b71b6e41
Commit
b71b6e41
authored
May 01, 2021
by
janis.streib
🦉
Browse files
hotfix
parent
cff81f24
Pipeline
#147727
passed with stages
in 6 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/main.js
View file @
b71b6e41
...
...
@@ -69,7 +69,7 @@ async function init() {
const
store
=
new
Vuex
.
Store
({
state
:
{
spec_ready
:
!
(
new
Date
().
getMonth
()
===
4
||
new
Date
().
getDate
()
===
1
),
spec_ready
:
!
(
new
Date
().
getMonth
()
===
4
&&
new
Date
().
getDate
()
===
1
),
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
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