Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
jinmao-community-platform
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
f7f43e97
authored
May 26, 2021
by
changjin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改菜单
parent
10bdb9c7
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
7 deletions
+11
-7
src/components/common/Header.vue
+2
-2
src/components/common/Sidebar.vue
+2
-2
src/components/page/equipment/attribute.vue
+3
-2
src/main.js
+3
-0
src/router/index.js
+1
-1
No files found.
src/components/common/Header.vue
View file @
f7f43e97
...
...
@@ -144,9 +144,9 @@ export default {
},
download
(
type
)
{
if
(
type
===
0
)
{
window
.
open
(
'http://39.97.169.207/static/doc/博智林项目需求文档
.docx'
)
window
.
open
(
this
.
fileUrl
+
'static/doc/中国金茂智慧社区后台管理系统-用户操作手册(文字版)
.docx'
)
}
else
{
window
.
open
(
'http://39.97.169.207/
static/doc/金茂智慧案场app项目汇报方案0513.pptx'
)
window
.
open
(
this
.
fileUrl
+
'
static/doc/金茂智慧案场app项目汇报方案0513.pptx'
)
}
},
// 退出登录
...
...
src/components/common/Sidebar.vue
View file @
f7f43e97
...
...
@@ -19,7 +19,7 @@
<span
class=
"icon icon7"
v-if=
"item.name == '公告管理'"
></span>
<span
class=
"icon icon8"
v-if=
"item.name == '活动管理'"
></span>
<span
class=
"icon icon9"
v-if=
"item.name == '广告管理'"
></span>
<span
class=
"icon icon10"
v-if=
"item.name == '
菜谱
管理'"
></span>
<span
class=
"icon icon10"
v-if=
"item.name == '
商铺
管理'"
></span>
<span
class=
"icon icon11"
v-if=
"item.name == '绿植管理'"
></span>
<span
class=
"icon icon12"
v-if=
"item.name == '出售车位管理'"
></span>
<span
class=
"icon icon13"
v-if=
"item.name == '数据管理'"
></span>
...
...
@@ -134,7 +134,7 @@ export default {
id
:
'3333'
},
{
name
:
'
菜谱
管理'
,
name
:
'
商铺
管理'
,
url
:
'/IOC/recipe'
,
id
:
'4444'
},
...
...
src/components/page/equipment/attribute.vue
View file @
f7f43e97
...
...
@@ -2,7 +2,7 @@
<div
class=
"mainContent"
:style=
"
{ height: height}">
<div
class=
"tabCont clear"
>
<p
class=
"font16"
>
{{
data
.
nickname
}}
<el-button
@
click=
"goBack()"
class=
"right"
>
返回
</el-button></p>
<div
class=
"table font14
mt20
"
>
<div
class=
"table font14
clear
"
>
<el-row>
<el-col
class=
"border grayBg"
:span=
"3"
>
设备类型
</el-col>
<el-col
class=
"border"
:span=
"5"
><span
v-for=
"info in data.deviceType"
>
{{
info
}}
</span></el-col>
...
...
@@ -80,6 +80,6 @@ export default {
font-size
:
12px
;
}
.borderB
{
border-bottom
:
1px
solid
#E9EFF3
;}
.table
{
border-right
:
1px
solid
#E9EFF3
;}
.table
{
border-right
:
1px
solid
#E9EFF3
;
margin-top
:
40px
;
}
.grayBg
{
background-color
:
#FBFCFD
;}
</
style
>
\ No newline at end of file
src/main.js
View file @
f7f43e97
...
...
@@ -12,12 +12,15 @@ import 'element-ui/lib/theme-chalk/index.css';
import
store
from
'./vuex/store.js'
require
(
'../static/css/index.css'
)
Vue
.
use
(
uploader
)
Vue
.
prototype
.
fileUrl
=
'http://39.97.169.207/'
// Vue.prototype.baseURL = 'http://172.16.2.69:8088/'
Vue
.
prototype
.
baseURL
=
'http://39.97.169.207:9200/'
// 测试
// Vue.prototype.baseURL = 'https://witcase.chinajinmao.cn' // 正式
axios
.
defaults
.
baseURL
=
Vue
.
prototype
.
baseURL
axios
.
defaults
.
fileUrl
=
Vue
.
prototype
.
fileUrl
axios
.
defaults
.
withCredentials
=
true
axios
.
defaults
.
timeout
=
20000
Vue
.
config
.
productionTip
=
false
...
...
src/router/index.js
View file @
f7f43e97
...
...
@@ -174,7 +174,7 @@ export default new Router({
path
:
'/IOC/recipe'
,
name
:
'recipe'
,
meta
:
{
pageName
:
'
菜谱
管理'
pageName
:
'
商铺
管理'
},
component
:
resolve
=>
require
([
'../components/page/IOC/recipe.vue'
],
resolve
)
...
...
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