diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index 0fd4e3e..466b15b 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -2,7 +2,7 @@ * @Author: gtz * @Date: 2022-03-03 09:16:10 * @LastEditors: gtz - * @LastEditTime: 2022-03-07 20:14:55 + * @LastEditTime: 2022-03-08 14:34:24 * @Description: file content * @FilePath: \mt-ck-wms-ui\src\views\dashboard\index.vue --> @@ -31,7 +31,7 @@ - +
@@ -40,6 +40,9 @@
+
@@ -47,7 +50,7 @@ - +
@@ -64,6 +67,9 @@
+
@@ -153,6 +159,10 @@ export default { .dashboard-layout { margin: 20px 0; .dashboard-layout-shelf-box { + .dashboard-layout-footer { + text-align: center; + margin-top: 12px; + } .dashboard-layout-shelf { padding: 0 8px; .dashboard-layout-row { diff --git a/vue.config.js b/vue.config.js index ee7ccf1..f778620 100644 --- a/vue.config.js +++ b/vue.config.js @@ -46,9 +46,9 @@ module.exports = { // 这里写入需要代理的api和对应的目标地址 proxy: { '/api': { - target: 'http://localhost:8080', + // target: 'http://localhost:8080', // target: 'http://192.168.0.148:8080', - // target: 'http://a.wms.picaiba.com/api', + target: 'http://a.wms.picaiba.com/api', // target: 'http://192.168.0.127:8080', // target: 'http://192.168.0.165:8080', // target: 'http://192.168.43.105:8080',