Commit 3155e425 authored by liwei's avatar liwei

修改了页面

parent 4d2c125d
...@@ -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),
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -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() {
......
...@@ -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]: ''
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment