Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
client
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
eccdf7fa
authored
Aug 12, 2025
by
孙美琪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改系统名称
parent
cc2ca94d
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
20 additions
and
15 deletions
+20
-15
.env.development
+4
-3
.env.production
+2
-2
.env.staging
+2
-2
index.html
+1
-1
package.json
+1
-1
src/layout/user-layout.vue
+8
-4
src/views/login.vue
+1
-1
src/views/register.vue
+1
-1
No files found.
.env.development
View file @
eccdf7fa
# 页面标题
# 页面标题
VITE_APP_TITLE =
先进计算
普惠算力公共服务平台
VITE_APP_TITLE =
面向科创园区的
普惠算力公共服务平台
# 开发环境配置
# 开发环境配置
VITE_APP_ENV = 'development'
VITE_APP_ENV = 'development'
# 先进计算普惠算力公共服务平台/开发环境
# 面向科创园区的普惠算力公共服务平台/开发环境
VITE_APP_BASE_API = 'http://localhost:48080/app-api/'
#VITE_APP_BASE_API = 'http://192.168.1.112:48080/app-api/'
VITE_APP_BASE_API = 'https://phsl.lijinqi.com/app-api/'
#VITE_APP_BASE_API = 'http://localhost:48080/'
#VITE_APP_BASE_API = 'http://localhost:48080/'
.env.production
View file @
eccdf7fa
# 页面标题
# 页面标题
VITE_APP_TITLE =
先进计算
普惠算力公共服务平台
VITE_APP_TITLE =
面向科创园区的
普惠算力公共服务平台
# 生产环境配置
# 生产环境配置
VITE_APP_ENV = 'production'
VITE_APP_ENV = 'production'
#
先进计算
普惠算力公共服务平台/生产环境
#
面向科创园区的
普惠算力公共服务平台/生产环境
VITE_APP_BASE_API = '/prod-api'
VITE_APP_BASE_API = '/prod-api'
# 是否在打包时开启压缩,支持 gzip 和 brotli
# 是否在打包时开启压缩,支持 gzip 和 brotli
...
...
.env.staging
View file @
eccdf7fa
# 页面标题
# 页面标题
VITE_APP_TITLE =
先进计算
普惠算力公共服务平台
VITE_APP_TITLE =
面向科创园区的
普惠算力公共服务平台
# 生产环境配置
# 生产环境配置
VITE_APP_ENV = 'staging'
VITE_APP_ENV = 'staging'
#
先进计算
普惠算力公共服务平台/生产环境
#
面向科创园区的
普惠算力公共服务平台/生产环境
VITE_APP_BASE_API = '/stage-api'
VITE_APP_BASE_API = '/stage-api'
# 是否在打包时开启压缩,支持 gzip 和 brotli
# 是否在打包时开启压缩,支持 gzip 和 brotli
...
...
index.html
View file @
eccdf7fa
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<meta
name=
"renderer"
content=
"webkit"
>
<meta
name=
"renderer"
content=
"webkit"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<link
rel=
"icon"
href=
"/favicon.ico"
>
<link
rel=
"icon"
href=
"/favicon.ico"
>
<title>
先进计算
普惠算力公共服务平台
</title>
<title>
面向科创园区的
普惠算力公共服务平台
</title>
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
<style>
<style>
html
,
html
,
...
...
package.json
View file @
eccdf7fa
{
{
"name"
:
"
ruoyi
"
,
"name"
:
"
ruoyi
"
,
"version"
:
"3.8.7"
,
"version"
:
"3.8.7"
,
"description"
:
"
先进计算
普惠算力公共服务平台"
,
"description"
:
"
面向科创园区的
普惠算力公共服务平台"
,
"author"
:
"若依"
,
"author"
:
"若依"
,
"license"
:
"
MIT
"
,
"license"
:
"
MIT
"
,
"type"
:
"module"
,
"type"
:
"module"
,
...
...
src/layout/user-layout.vue
View file @
eccdf7fa
...
@@ -6,9 +6,10 @@
...
@@ -6,9 +6,10 @@
<!--
<img
class=
"nscc"
src=
"@/assets/logo/nscc-logo.jpg"
alt=
""
>
-->
<!--
<img
class=
"nscc"
src=
"@/assets/logo/nscc-logo.jpg"
alt=
""
>
-->
<img
class=
"nscc"
src=
"@/assets/logo/nscc-logo-copy.png"
alt=
""
>
<img
class=
"nscc"
src=
"@/assets/logo/nscc-logo-copy.png"
alt=
""
>
<img
class=
"xjjt"
src=
"@/assets/logo/xjjt-logo.png"
alt=
""
>
<img
class=
"xjjt"
src=
"@/assets/logo/xjjt-logo.png"
alt=
""
>
<span
class=
"logo-text"
>
先进计算
普惠算力公共服务平台
</span>
<span
class=
"logo-text"
>
面向科创园区的
<br/>
普惠算力公共服务平台
</span>
</div>
</div>
<div
class=
"flex cell-1"
>
<div
class=
"menu"
>
<div
class=
"menu"
>
<el-menu
<el-menu
:default-active=
"activeMenu"
:default-active=
"activeMenu"
...
@@ -50,7 +51,7 @@
...
@@ -50,7 +51,7 @@
<el-dropdown
v-if=
"userStore.token"
@
command=
"handleCommand"
class=
""
>
<el-dropdown
v-if=
"userStore.token"
@
command=
"handleCommand"
class=
""
>
<div
v-if=
"userStore.token"
class=
"avatar-wrapper flex-align-center"
>
<div
v-if=
"userStore.token"
class=
"avatar-wrapper flex-align-center"
>
<img
:src=
"userStore.avatar"
class=
"user-avatar
"
/>
<img
:src=
"userStore.avatar"
class=
"user-avatar"
alt=
"
"
/>
<div
class=
"user-name"
>
{{ userStore.name }}
</div>
<div
class=
"user-name"
>
{{ userStore.name }}
</div>
</div>
</div>
<
template
#
dropdown
>
<
template
#
dropdown
>
...
@@ -66,6 +67,7 @@
...
@@ -66,6 +67,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<app-main/>
<app-main/>
</div>
</div>
</template>
</template>
...
@@ -186,8 +188,10 @@ function logout() {
...
@@ -186,8 +188,10 @@ function logout() {
.logo-text
{
.logo-text
{
font-family
:
YouSheBiaoTiHei
,
system-ui
;
font-family
:
YouSheBiaoTiHei
,
system-ui
;
font-weight
:
400
;
font-weight
:
400
;
font-size
:
24px
;
font-size
:
20px
;
color
:
#2E77E3
;
line-height
:
22px
;
color
:
#2e77e3
;
cursor
:
pointer
;
}
}
}
}
...
...
src/views/login.vue
View file @
eccdf7fa
<
template
>
<
template
>
<div
class=
"login"
>
<div
class=
"login"
>
<el-form
ref=
"loginRef"
:model=
"loginForm"
:rules=
"loginRules"
class=
"login-form"
>
<el-form
ref=
"loginRef"
:model=
"loginForm"
:rules=
"loginRules"
class=
"login-form"
>
<h3
class=
"title"
>
先进计算
普惠算力公共服务平台
</h3>
<h3
class=
"title"
>
面向科创园区的
普惠算力公共服务平台
</h3>
<el-form-item
prop=
"mobile"
>
<el-form-item
prop=
"mobile"
>
<el-input
<el-input
v-model=
"loginForm.mobile"
v-model=
"loginForm.mobile"
...
...
src/views/register.vue
View file @
eccdf7fa
<
template
>
<
template
>
<div
class=
"register"
>
<div
class=
"register"
>
<el-form
ref=
"registerRef"
:model=
"registerForm"
:rules=
"registerRules"
class=
"register-form"
>
<el-form
ref=
"registerRef"
:model=
"registerForm"
:rules=
"registerRules"
class=
"register-form"
>
<h3
class=
"title"
>
先进计算
普惠算力公共服务平台
</h3>
<h3
class=
"title"
>
面向科创园区的
普惠算力公共服务平台
</h3>
<el-form-item
prop=
"username"
>
<el-form-item
prop=
"username"
>
<el-input
<el-input
v-model=
"registerForm.username"
v-model=
"registerForm.username"
...
...
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