Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
techbook
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
front-end-dev
techbook
Commits
59fd5e47
Commit
59fd5e47
authored
Jul 06, 2020
by
anxixi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
7277df19
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
viewproject.vue
src/views/innovatecompany/lreleaseproject/viewproject.vue
+2
-2
No files found.
src/views/innovatecompany/lreleaseproject/viewproject.vue
View file @
59fd5e47
...
...
@@ -1223,7 +1223,7 @@
transType
:
'BaiDu'
,
cacheType
:
'projectDetails'
,
projectId
:
this
.
$route
.
query
.
projectId
,
to
:
this
.
$i18n
.
locale
==
"zh-CN"
?
'zh'
:
'en'
,
to
:
this
.
publicFun
.
getCookie
(
"language"
)
==
"zh-CN"
?
'zh'
:
'en'
,
projectName
:
this
.
addData
.
projectName
,
companyName
:
this
.
addData
.
companyName
,
companyIntroduction
:
this
.
addData
.
companyIntroduction
,
...
...
@@ -1279,7 +1279,7 @@
}
},
mounted
(){
this
.
diven_zh
=
this
.
publicFun
.
getCookie
(
"language"
)
==
"
en"
?
false
:
tru
e
;
this
.
diven_zh
=
this
.
publicFun
.
getCookie
(
"language"
)
==
"
zh-CN"
?
true
:
fals
e
;
const
empinfo
=
this
.
publicFun
.
getCookie
(
"userInfo"
)?
JSON
.
parse
(
this
.
Base64
.
decode
(
this
.
publicFun
.
getCookie
(
"userInfo"
))):
null
;
//empType 0 小b 1 大b 2 内部用户
this
.
projectByIdData
();
...
...
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