Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rbc-demo
Overview
Overview
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
王衍超
rbc-demo
Commits
661657bc
Commit
661657bc
authored
Mar 09, 2022
by
Joey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(@rbc/welcome-page): 系统版本默认文字
parent
bcf34ef9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
about.vue
develop/@rbc/welcome-page/src/views/about.vue
+2
-2
No files found.
develop/@rbc/welcome-page/src/views/about.vue
View file @
661657bc
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
version
:
''
,
version
:
'
财务信息化网上报销子系统版本:机密 V1.0.1
'
,
}
}
},
},
mounted
()
{
mounted
()
{
...
@@ -16,7 +16,7 @@ export default {
...
@@ -16,7 +16,7 @@ export default {
let
times
=
new
Date
().
getTime
()
let
times
=
new
Date
().
getTime
()
appStoreServer
.
get
(
`
${
window
.
NROS_PREFIX
||
'/'
}
version.json?times=`
+
times
).
then
((
res
)
=>
{
appStoreServer
.
get
(
`
${
window
.
NROS_PREFIX
||
'/'
}
version.json?times=`
+
times
).
then
((
res
)
=>
{
console
.
log
(
res
)
console
.
log
(
res
)
this
.
version
=
res
&&
res
.
data
&&
res
.
data
.
rbcVersion
this
.
version
=
res
&&
res
.
data
&&
res
.
data
.
rbcVersion
||
this
.
version
})
})
}
}
}
}
...
...
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