Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
psa-web
Project
Project
Details
Activity
Releases
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
高滢
psa-web
Commits
c8fb4184
Commit
c8fb4184
authored
Mar 11, 2025
by
高滢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(标题): 配置
parent
95da1fbf
Changes
10
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
245 additions
and
190 deletions
+245
-190
.env.development
.env.development
+1
-1
.env.production
.env.production
+2
-2
.env.staging
.env.staging
+2
-2
index.html
index.html
+3
-3
package.json
package.json
+1
-1
favicon.png
public/favicon.png
+0
-0
logo.png
src/assets/logo/logo.png
+0
-0
sidebar.scss
src/assets/styles/sidebar.scss
+1
-1
index.vue
src/layout/components/Sidebar/index.vue
+6
-1
login.vue
src/views/login.vue
+229
-179
No files found.
.env.development
View file @
c8fb4184
# 页面标题
# 页面标题
VITE_APP_TITLE =
若依
管理系统
VITE_APP_TITLE =
融创软通PSA
管理系统
# 开发环境配置
# 开发环境配置
VITE_APP_ENV = 'development'
VITE_APP_ENV = 'development'
...
...
.env.production
View file @
c8fb4184
# 页面标题
# 页面标题
VITE_APP_TITLE =
若依
管理系统
VITE_APP_TITLE =
融创软通PSA
管理系统
# 生产环境配置
# 生产环境配置
VITE_APP_ENV = 'production'
VITE_APP_ENV = 'production'
...
@@ -8,4 +8,4 @@ VITE_APP_ENV = 'production'
...
@@ -8,4 +8,4 @@ VITE_APP_ENV = 'production'
VITE_APP_BASE_API = '/prod-api'
VITE_APP_BASE_API = '/prod-api'
# 是否在打包时开启压缩,支持 gzip 和 brotli
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip
VITE_BUILD_COMPRESS = gzip
\ No newline at end of file
.env.staging
View file @
c8fb4184
# 页面标题
# 页面标题
VITE_APP_TITLE =
若依
管理系统
VITE_APP_TITLE =
融创软通PSA
管理系统
# 生产环境配置
# 生产环境配置
VITE_APP_ENV = 'staging'
VITE_APP_ENV = 'staging'
...
@@ -8,4 +8,4 @@ VITE_APP_ENV = 'staging'
...
@@ -8,4 +8,4 @@ VITE_APP_ENV = 'staging'
VITE_APP_BASE_API = '/stage-api'
VITE_APP_BASE_API = '/stage-api'
# 是否在打包时开启压缩,支持 gzip 和 brotli
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip
VITE_BUILD_COMPRESS = gzip
\ No newline at end of file
index.html
View file @
c8fb4184
...
@@ -6,8 +6,8 @@
...
@@ -6,8 +6,8 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<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.
png
"
>
<title>
若依
管理系统
</title>
<title>
融创软通PSA
管理系统
</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
,
...
@@ -212,4 +212,4 @@
...
@@ -212,4 +212,4 @@
<script
type=
"module"
src=
"/src/main.js"
></script>
<script
type=
"module"
src=
"/src/main.js"
></script>
</body>
</body>
</html>
</html>
\ No newline at end of file
package.json
View file @
c8fb4184
{
{
"name"
:
"ruoyi"
,
"name"
:
"ruoyi"
,
"version"
:
"3.8.9"
,
"version"
:
"3.8.9"
,
"description"
:
"
若依
管理系统"
,
"description"
:
"
融创软通PSA项目
管理系统"
,
"author"
:
"若依"
,
"author"
:
"若依"
,
"license"
:
"
MIT
"
,
"license"
:
"
MIT
"
,
"type"
:
"module"
,
"type"
:
"module"
,
...
...
public/favicon.png
0 → 100644
View file @
c8fb4184
3.66 KB
src/assets/logo/logo.png
View replaced file @
95da1fbf
View file @
c8fb4184
5.53 KB
|
W:
|
H:
3.66 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/assets/styles/sidebar.scss
View file @
c8fb4184
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
&
.has-logo
{
&
.has-logo
{
.el-scrollbar
{
.el-scrollbar
{
height
:
calc
(
100%
-
3
00px
);
height
:
calc
(
100%
-
4
00px
);
margin-top
:
80px
;
margin-top
:
80px
;
}
}
}
}
...
...
src/layout/components/Sidebar/index.vue
View file @
c8fb4184
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
/>
/>
</el-menu>
</el-menu>
</el-scrollbar>
</el-scrollbar>
<div
style=
"display: flex;justify-content: cen
ter"
>
<div
class=
"foo
ter"
>
<img
:src=
"comlogo"
class=
"comlogo"
>
<img
:src=
"comlogo"
class=
"comlogo"
>
</div>
</div>
</div>
</div>
...
@@ -81,6 +81,11 @@ const activeMenu = computed(() => {
...
@@ -81,6 +81,11 @@ const activeMenu = computed(() => {
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.sidebar-container
{
.sidebar-container
{
background-color
:
v-bind
(
getMenuBackground
);
background-color
:
v-bind
(
getMenuBackground
);
.footer
{
position
:
absolute
;
bottom
:
60px
;
left
:
38px
;
}
.avatar
{
.avatar
{
position
:
absolute
;
position
:
absolute
;
top
:
40px
;
top
:
40px
;
...
...
src/views/login.vue
View file @
c8fb4184
This diff is collapsed.
Click to expand it.
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