Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rongtong-pc
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
融通安全管理系统
rongtong-pc
Commits
10692acf
Commit
10692acf
authored
Jun 30, 2023
by
胡占生
🇨🇳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:ui整体调整
parent
80804b89
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
13 additions
and
13 deletions
+13
-13
.env.development
.env.development
+2
-2
.env.production
.env.production
+2
-2
.env.staging
.env.staging
+2
-2
src/assets/logo/logo.png
src/assets/logo/logo.png
+0
-0
src/assets/logo/logo1.png
src/assets/logo/logo1.png
+0
-0
src/views/index.vue
src/views/index.vue
+2
-2
src/views/login.vue
src/views/login.vue
+2
-2
src/views/register.vue
src/views/register.vue
+1
-1
vue.config.js
vue.config.js
+2
-2
No files found.
.env.development
View file @
10692acf
# 页面标题
VUE_APP_TITLE =
若依管理系统
VUE_APP_TITLE =
融通物管安全管理平台
# 开发环境配置
ENV = 'development'
#
若依管理系统
/开发环境
#
融通物管安全管理平台
/开发环境
VUE_APP_BASE_API = '/dev-api'
# 路由懒加载
...
...
.env.production
View file @
10692acf
# 页面标题
VUE_APP_TITLE =
若依管理系统
VUE_APP_TITLE =
融通物管安全管理平台
# 生产环境配置
ENV = 'production'
#
若依管理系统
/生产环境
#
融通物管安全管理平台
/生产环境
VUE_APP_BASE_API = '/prod-api'
.env.staging
View file @
10692acf
# 页面标题
VUE_APP_TITLE =
若依管理系统
VUE_APP_TITLE =
融通物管安全管理平台
NODE_ENV = production
# 测试环境配置
ENV = 'staging'
#
若依管理系统
/测试环境
#
融通物管安全管理平台
/测试环境
VUE_APP_BASE_API = '/stage-api'
src/assets/logo/logo.png
View replaced file @
80804b89
View file @
10692acf
5.53 KB
|
W:
|
H:
5.65 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/assets/logo/logo1.png
0 → 100644
View file @
10692acf
5.53 KB
src/views/index.vue
View file @
10692acf
<
template
>
<div
class=
"app-container home"
>
<el-row
:gutter=
"20"
>
<
!--
<
el-row
:gutter=
"20"
>
<el-col
:sm=
"24"
:lg=
"24"
>
<blockquote
class=
"text-warning"
style=
"font-size: 14px"
>
领取阿里云通用云产品1888优惠券
...
...
@@ -898,7 +898,7 @@
</div>
</el-card>
</el-col>
</el-row>
</el-row>
-->
</div>
</
template
>
...
...
src/views/login.vue
View file @
10692acf
<
template
>
<div
class=
"login"
>
<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-input
v-model=
"loginForm.username"
...
...
@@ -56,7 +56,7 @@
</el-form>
<!-- 底部 -->
<div
class=
"el-login-footer"
>
<span>
Copyright © 2018-2023
ruoyi.vip
All Rights Reserved.
</span>
<span>
Copyright © 2018-2023
censoft
All Rights Reserved.
</span>
</div>
</div>
</
template
>
...
...
src/views/register.vue
View file @
10692acf
<
template
>
<div
class=
"register"
>
<el-form
ref=
"registerForm"
:model=
"registerForm"
:rules=
"registerRules"
class=
"register-form"
>
<h3
class=
"title"
>
若依后台管理系统
</h3>
<h3
class=
"title"
>
融通物管安全管理平台
</h3>
<el-form-item
prop=
"username"
>
<el-input
v-model=
"registerForm.username"
type=
"text"
auto-complete=
"off"
placeholder=
"账号"
>
<svg-icon
slot=
"prefix"
icon-class=
"user"
class=
"el-input__icon input-icon"
/>
...
...
vue.config.js
View file @
10692acf
...
...
@@ -7,7 +7,7 @@ function resolve(dir) {
const
CompressionPlugin
=
require
(
'
compression-webpack-plugin
'
)
const
name
=
process
.
env
.
VUE_APP_TITLE
||
'
若依管理系统
'
// 网页标题
const
name
=
process
.
env
.
VUE_APP_TITLE
||
'
融通物管安全管理平台
'
// 网页标题
const
port
=
process
.
env
.
port
||
process
.
env
.
npm_config_port
||
80
// 端口
...
...
@@ -35,7 +35,7 @@ module.exports = {
proxy
:
{
// detail: https://cli.vuejs.org/config/#devserver-proxy
[
process
.
env
.
VUE_APP_BASE_API
]:
{
target
:
`http://
localhost
:8080`
,
target
:
`http://
192.168.4.232
:8080`
,
changeOrigin
:
true
,
pathRewrite
:
{
[
'
^
'
+
process
.
env
.
VUE_APP_BASE_API
]:
''
...
...
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