diff --git a/src/views/addprovide/index.vue b/src/views/addprovide/index.vue index 2ac4262..be2d7ba 100644 --- a/src/views/addprovide/index.vue +++ b/src/views/addprovide/index.vue @@ -1,358 +1,350 @@ - - + + .el-footer { + padding-top: 15px; + margin-top: 16px; + min-height: calc(50.3vh); + background-color: #fff; + } +} + +.el-button { + padding: 8px 10px; +} + \ No newline at end of file diff --git a/vite.config.js b/vite.config.js index 86a4487..8495233 100644 --- a/vite.config.js +++ b/vite.config.js @@ -30,14 +30,14 @@ export default defineConfig({ '/api': { // target: 'http://10.0.0.29:9999', // target: 'http://demo35.ydool.net/', - target: 'http://192.168.1.14:7777', + target: 'http://192.168.1.27:7777', // target: 'http://10.0.0.63:7777', // 刘进 changeOrigin: true, // rewrite: (path) => path.replace(/^\/api/, '') // ws: true,// 开启webSocket }, '/metadata': { - target: 'http://192.168.1.14:7777', + target: 'http://192.168.1.27:7777', changeOrigin: true, rewrite: (path) => path.replace(/^\/api/, '') // ws: true,// 开启webSocket