Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
Vue-Dashboard
Project
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
高源
Vue-Dashboard
Commits
90ddeed0
Commit
90ddeed0
authored
Jun 10, 2025
by
User
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
同步环境配置和语言文件
parent
acc71b12
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.env.prod
.env.prod
+1
-1
.env.test
.env.test
+1
-1
en-us.ts
src/locales/langs/en-us.ts
+1
-1
No files found.
.env.prod
View file @
90ddeed0
# backend service base url, prod environment
VITE_SERVICE_BASE_URL=''
VITE_SERVICE_BASE_URL='
http://localhost:80
'
# other backend service base url, prod environment
VITE_OTHER_SERVICE_BASE_URL= `{
...
...
.env.test
View file @
90ddeed0
# backend service base url, test environment
VITE_SERVICE_BASE_URL
=
''
VITE_SERVICE_BASE_URL
=
'
http://localhost:80
'
# other backend service base url, test environment
VITE_OTHER_SERVICE_BASE_URL
=
`{
...
...
src/locales/langs/en-us.ts
View file @
90ddeed0
...
...
@@ -162,7 +162,7 @@ const local: App.I18n.Schema = {
exception_500
:
'500'
,
document
:
'Document'
,
document_project
:
'Project Document'
,
'document_project-link'
:
'Project Document(Link)'
,
'document_project-link'
:
'Project Document
(Link)'
,
document_vue
:
'Vue Document'
,
document_localhost
:
'Local Test'
,
document_vite
:
'Vite Document'
,
...
...
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