Commit 90ddeed0 by User

同步环境配置和语言文件

parent acc71b12
# 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= `{
......
# 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= `{
......
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment