Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
OKR
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hanfeng zhang
OKR
Commits
d6ed1241
Commit
d6ed1241
authored
Sep 08, 2021
by
sixiaofeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ad4af5ba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
team-frame.vue
src/views/team/team-frame.vue
+1
-1
tailwind.config.js
tailwind.config.js
+2
-1
No files found.
src/views/team/team-frame.vue
View file @
d6ed1241
...
...
@@ -103,7 +103,7 @@ export default Vue.extend({
const
res
=
JSON
.
parse
(
getUserInfo
()
||
"{}"
)
console
.
log
(
res
,
typeof
res
,
'哈哈哈'
);
this
.
entId
=
process
.
env
.
NODE_ENV
===
'production'
?
res
.
entId
:
'1683
09072074903552
'
this
.
entId
=
process
.
env
.
NODE_ENV
===
'production'
?
res
.
entId
:
'1683
98222891421696
'
console
.
log
(
'这里出来了么?'
,
this
.
entId
,
getUserInfo
(),
'这里呢'
);
localStorage
.
setItem
(
'USR_INFO'
,
JSON
.
stringify
(
getUserInfo
()))
...
...
tailwind.config.js
View file @
d6ed1241
...
...
@@ -85,7 +85,8 @@ module.exports = {
},
zIndex
:
{
'-1'
:
'-1'
,
'2001'
:
'2001'
'2001'
:
'2001'
,
'2222'
:
'2222'
},
boxShadow
:
{
bg
:
'0px 2px 24px 0px #D7E7EF'
,
...
...
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