Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xinrenli-admin
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
郑云飞
xinrenli-admin
Commits
01424b51
Commit
01424b51
authored
Mar 07, 2023
by
zhangmengjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
23.3.7
parent
6ac5b9eb
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
7 deletions
+25
-7
.env.development
+1
-1
src/layout/components/Navbar.vue
+4
-4
src/layout/components/Sidebar/Logo.vue
+1
-1
src/views/orderform/index.vue
+18
-0
vue.config.js
+1
-1
No files found.
.env.development
View file @
01424b51
...
...
@@ -5,7 +5,7 @@ VUE_APP_TITLE = 新人力后台管理系统
ENV = 'development'
# 若依管理系统/开发环境
VUE_APP_BASE_API = '/
dev-
api'
VUE_APP_BASE_API = '/api'
# 应用访问路径 例如使用前缀 /admin/
VUE_APP_CONTEXT_PATH = '/'
...
...
src/layout/components/Navbar.vue
View file @
01424b51
...
...
@@ -6,7 +6,7 @@
<top-nav
id=
"topmenu-container"
class=
"topmenu-container"
v-if=
"topNav"
/>
<div
class=
"right-menu"
>
<template
v-if=
"device!=='mobile'"
>
<
!--
<
template
v-if=
"device!=='mobile'"
>
<search
id=
"header-search"
class=
"right-menu-item"
/>
<el-tooltip
content=
"源码地址"
effect=
"dark"
placement=
"bottom"
>
...
...
@@ -23,7 +23,7 @@
<size-select
id=
"size-select"
class=
"right-menu-item hover-effect"
/>
</el-tooltip>
</
template
>
</
template
>
-->
<el-dropdown
class=
"avatar-container right-menu-item hover-effect"
trigger=
"click"
>
<div
class=
"avatar-wrapper"
>
...
...
@@ -31,12 +31,12 @@
<i
class=
"el-icon-caret-bottom"
/>
</div>
<el-dropdown-menu
slot=
"dropdown"
>
<router-link
to=
"/user/profile"
>
<
!-- <
router-link to="/user/profile">
<el-dropdown-item>个人中心</el-dropdown-item>
</router-link>
<el-dropdown-item @click.native="setting = true">
<span>布局设置</span>
</el-dropdown-item>
</el-dropdown-item>
-->
<el-dropdown-item
divided
@
click
.
native=
"logout"
>
<span>
退出登录
</span>
</el-dropdown-item>
...
...
src/layout/components/Sidebar/Logo.vue
View file @
01424b51
...
...
@@ -35,7 +35,7 @@ export default {
},
data
()
{
return
{
title
:
'
RuoYi-Vue-Plus
'
,
title
:
'
新人力后台管理系统
'
,
logo
:
logoImg
}
}
...
...
src/views/orderform/index.vue
0 → 100644
View file @
01424b51
<
template
>
<div>
11111111
</div>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
}
},
mounted
()
{
},
beforeDestroy
()
{},
methods
:
{}
}
</
script
>
vue.config.js
View file @
01424b51
...
...
@@ -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://
xinrenli.nyinhong.com/api
`
,
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