diff --git a/config/index.js b/config/index.js index 2671b10..b0469b6 100644 --- a/config/index.js +++ b/config/index.js @@ -2,7 +2,7 @@ * @Author: gtz * @Date: 2021-11-19 10:10:51 * @LastEditors: zwq - * @LastEditTime: 2022-07-01 11:05:12 + * @LastEditTime: 2022-07-06 15:07:51 * @Description: file content * @FilePath: \mt-qj-wms-ui\config\index.js */ @@ -22,7 +22,7 @@ module.exports = { // 代理列表, 是否开启代理通过[./dev.env.js]配置 proxyTable: devEnv.OPEN_PROXY === false ? {} : { '/proxyApi': { - target: 'http://192.168.1.7:8080', + target: 'http://192.168.1.18:8080', changeOrigin: true, pathRewrite: { '^/proxyApi': '/api' diff --git a/index.html b/index.html index 84ffce6..201a5df 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@ <% }else { %> - + diff --git a/src/assets/img/bg.jpeg b/src/assets/img/bg.jpeg new file mode 100644 index 0000000..e5b88ed Binary files /dev/null and b/src/assets/img/bg.jpeg differ diff --git a/src/icons/svg/icon-维护开始.svg b/src/icons/svg/icon-维护开始.svg index 3a46657..e03841b 100644 --- a/src/icons/svg/icon-维护开始.svg +++ b/src/icons/svg/icon-维护开始.svg @@ -1,7 +1,7 @@ - 维护开始 + 执行 Created with Sketch. @@ -15,4 +15,4 @@ - \ No newline at end of file + diff --git a/src/router/index.js b/src/router/index.js index ef77fc7..4742f6a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -2,7 +2,7 @@ * @Author: zwq * @Date: 2021-11-15 08:20:28 * @LastEditors: zwq - * @LastEditTime: 2022-07-01 11:11:17 + * @LastEditTime: 2022-07-06 10:38:26 * @Description: */ /** @@ -55,7 +55,7 @@ const mainRoutes = { { path: '/basic-alarmInfo', component: _import('basic/alarmInfo'), name: 'basic-alarmInfo', meta: { title: '报警基础信息', isTab: true } }, { path: '/order-current-order', component: _import('order/current-order'), name: 'order-current-order', meta: { title: '当前订单列表', isTab: true } }, { path: '/order-current-order-task', component: _import('order/components/current-order-task'), name: 'order-current-order-task', meta: { title: '当前订单任务详情', isTab: true } }, - { path: '/order-current-task', component: _import('order/current-task'), name: 'order-current-task', meta: { title: '当前执行任务', isTab: true } }, + { path: '/order-current-task', component: _import('order/current-task'), name: 'order-current-task', meta: { title: '当前任务列表', isTab: true } }, { path: '/order-current-task-detail', component: _import('order/components/current-task-detail'), name: 'order-current-task-detail', meta: { title: '当前执行任务详情', isTab: true } }, { path: '/report-kiln-alarm', component: _import('report/kiln-alarm'), name: 'report-kiln-alarm', meta: { title: '窑炉报警', isTab: true } }, { path: '/report-car-alarm', component: _import('report/car-alarm'), name: 'report-car-alarm', meta: { title: '车辆运行报警', isTab: true } }, diff --git a/src/views/common/board.vue b/src/views/common/board.vue index cc38a9c..d80cbef 100644 --- a/src/views/common/board.vue +++ b/src/views/common/board.vue @@ -2,7 +2,7 @@ * @Author: zwq * @Date: 2022-03-07 15:31:13 * @LastEditors: zwq - * @LastEditTime: 2022-07-05 16:12:59 + * @LastEditTime: 2022-07-06 16:08:05 * @Description: -->