Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
smart-rack-base
Project
Project
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
耿迪迪
smart-rack-base
Commits
24586aba
Commit
24586aba
authored
Oct 15, 2025
by
wanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 项目描述 调整。
parent
87dcbeac
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
package.json
smart-rack-base-web/package.json
+1
-1
Logo.vue
smart-rack-base-web/src/layout/components/Sidebar/Logo.vue
+1
-1
settings.js
smart-rack-base-web/src/settings.js
+1
-1
login.vue
smart-rack-base-web/src/views/login.vue
+1
-1
vue.config.js
smart-rack-base-web/vue.config.js
+1
-1
No files found.
smart-rack-base-web/package.json
View file @
24586aba
{
{
"name"
:
"zehong"
,
"name"
:
"zehong"
,
"version"
:
"3.5.0"
,
"version"
:
"3.5.0"
,
"description"
:
"
泽宏
管理系统"
,
"description"
:
"
智能料架
管理系统"
,
"author"
:
"泽宏"
,
"author"
:
"泽宏"
,
"license"
:
"MIT"
,
"license"
:
"MIT"
,
"scripts"
:
{
"scripts"
:
{
...
...
smart-rack-base-web/src/layout/components/Sidebar/Logo.vue
View file @
24586aba
...
@@ -35,7 +35,7 @@ export default {
...
@@ -35,7 +35,7 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
title
:
'
泽宏
管理系统'
,
title
:
'
智能料架
管理系统'
,
logo
:
logoImg
logo
:
logoImg
}
}
}
}
...
...
smart-rack-base-web/src/settings.js
View file @
24586aba
module
.
exports
=
{
module
.
exports
=
{
title
:
'
泽宏
管理系统'
,
title
:
'
智能料架
管理系统'
,
/**
/**
* 侧边栏主题 深色主题theme-dark,浅色主题theme-light
* 侧边栏主题 深色主题theme-dark,浅色主题theme-light
...
...
smart-rack-base-web/src/views/login.vue
View file @
24586aba
<
template
>
<
template
>
<div
class=
"login"
>
<div
class=
"login"
>
<el-form
ref=
"loginForm"
:model=
"loginForm"
:rules=
"loginRules"
class=
"login-form"
>
<el-form
ref=
"loginForm"
:model=
"loginForm"
:rules=
"loginRules"
class=
"login-form"
>
<h3
class=
"title"
>
泽宏后台
管理系统
</h3>
<h3
class=
"title"
>
智能料架
管理系统
</h3>
<el-form-item
prop=
"username"
>
<el-form-item
prop=
"username"
>
<el-input
v-model=
"loginForm.username"
type=
"text"
auto-complete=
"off"
placeholder=
"账号"
>
<el-input
v-model=
"loginForm.username"
type=
"text"
auto-complete=
"off"
placeholder=
"账号"
>
<svg-icon
slot=
"prefix"
icon-class=
"user"
class=
"el-input__icon input-icon"
/>
<svg-icon
slot=
"prefix"
icon-class=
"user"
class=
"el-input__icon input-icon"
/>
...
...
smart-rack-base-web/vue.config.js
View file @
24586aba
...
@@ -6,7 +6,7 @@ function resolve(dir) {
...
@@ -6,7 +6,7 @@ function resolve(dir) {
return
path
.
join
(
__dirname
,
dir
)
return
path
.
join
(
__dirname
,
dir
)
}
}
const
name
=
defaultSettings
.
title
||
'
泽宏
管理系统'
// 标题
const
name
=
defaultSettings
.
title
||
'
智能料架
管理系统'
// 标题
const
port
=
process
.
env
.
port
||
process
.
env
.
npm_config_port
||
80
// 端口
const
port
=
process
.
env
.
port
||
process
.
env
.
npm_config_port
||
80
// 端口
...
...
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