Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust_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
张伯涛
cust_web
Commits
3155e425
Commit
3155e425
authored
Dec 16, 2024
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了页面
parent
4d2c125d
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1743 additions
and
18 deletions
+1743
-18
index.js
src/router/index.js
+15
-15
index.vue
src/views/contentManagement/banner/index.vue
+586
-0
index.vue
src/views/contentManagement/newsInformation/index.vue
+560
-0
index.vue
src/views/contentManagement/newsInformation/info/index.vue
+578
-0
index.vue
src/views/system/menu/index.vue
+2
-2
vue.config.js
vue.config.js
+2
-1
No files found.
src/router/index.js
View file @
3155e425
...
@@ -81,21 +81,21 @@ export const constantRoutes = [
...
@@ -81,21 +81,21 @@ export const constantRoutes = [
meta
:
{
title
:
'修改密码'
,
icon
:
'dashboard'
}
meta
:
{
title
:
'修改密码'
,
icon
:
'dashboard'
}
}]
}]
},
},
{
//
{
path
:
'/formManage'
,
//
path: '/formManage',
component
:
Layout
,
//
component: Layout,
name
:
'formManage'
,
//
name: 'formManage',
redirect
:
'/formManage/imgForm'
,
//
redirect: '/formManage/imgForm',
meta
:
{
title
:
'表单管理'
,
icon
:
'dashboard'
},
//
meta: { title: '表单管理', icon: 'dashboard' },
showFather
:
'true'
,
//
showFather: 'true',
children
:
[{
//
children: [{
path
:
'/formManage/imgForm'
,
//
path: '/formManage/imgForm',
name
:
'imgForm'
,
//
name: 'imgForm',
component
:
()
=>
import
(
'@/views/formManage/imgForm'
),
//
component: () => import('@/views/formManage/imgForm'),
meta
:
{
title
:
'图片菜单'
,
icon
:
'dashboard'
}
//
meta: { title: '图片菜单', icon: 'dashboard' }
}
//
}
]
//
]
},
//
},
{
{
path
:
'/onlyOffice'
,
path
:
'/onlyOffice'
,
component
:
(
resolve
)
=>
require
([
'@/views/onlyOffice.vue'
],
resolve
),
component
:
(
resolve
)
=>
require
([
'@/views/onlyOffice.vue'
],
resolve
),
...
...
src/views/contentManagement/banner/index.vue
0 → 100644
View file @
3155e425
This diff is collapsed.
Click to expand it.
src/views/contentManagement/newsInformation/index.vue
0 → 100644
View file @
3155e425
This diff is collapsed.
Click to expand it.
src/views/contentManagement/newsInformation/info/index.vue
0 → 100644
View file @
3155e425
This diff is collapsed.
Click to expand it.
src/views/system/menu/index.vue
View file @
3155e425
...
@@ -257,7 +257,7 @@
...
@@ -257,7 +257,7 @@
</el-col>
</el-col>
</el-row>
</el-row>
</el-form>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
class=
"cancelBtn"
@
click=
"cancel"
>
取 消
</el-button>
<el-button
class=
"cancelBtn"
@
click=
"cancel"
>
取 消
</el-button>
<el-button
class=
"submitBtn"
type=
"primary"
@
click=
"submitForm"
>
确 定
</el-button>
<el-button
class=
"submitBtn"
type=
"primary"
@
click=
"submitForm"
>
确 定
</el-button>
</div>
</div>
...
@@ -447,7 +447,7 @@ export default {
...
@@ -447,7 +447,7 @@ export default {
isProcess
:
'1'
,
isProcess
:
'1'
,
flag
:
'0'
flag
:
'0'
}
}
this
.
resetForm
(
'form'
)
//
this.resetForm('form')
},
},
/** 查询按钮操作 */
/** 查询按钮操作 */
handleQuery
()
{
handleQuery
()
{
...
...
vue.config.js
View file @
3155e425
...
@@ -61,7 +61,8 @@ module.exports = {
...
@@ -61,7 +61,8 @@ module.exports = {
[
process
.
env
.
VUE_APP_BASE_API
]:
{
[
process
.
env
.
VUE_APP_BASE_API
]:
{
// target: `http://49.232.167.247:20014/`,
// target: `http://49.232.167.247:20014/`,
// target: `http://192.168.10.185:8084/`,
// target: `http://192.168.10.185:8084/`,
target
:
`http://106.3.97.198:20062/`
,
// target: `http://106.3.97.198:20062/`,
target
:
`http://localhost:8082/`
,
pathRewrite
:
{
pathRewrite
:
{
[
'^'
+
process
.
env
.
VUE_APP_BASE_API
]:
''
[
'^'
+
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