From a9ae1f4f8137f9fad392f4b550f97870b07c0704 Mon Sep 17 00:00:00 2001 From: Eyoyoo Date: Tue, 7 Dec 2021 21:44:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=90=8E=E5=8F=B0=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=89=8D=E7=AB=AF=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/layout/components/Navbar.vue | 6 +- .../src/views/carpool/blacklist/index.vue | 162 ++++------- ruoyi-ui/src/views/carpool/driver/index.vue | 273 ++++++------------ ruoyi-ui/src/views/carpool/order/index.vue | 200 ++++--------- .../src/views/carpool/passenger/index.vue | 265 ++++++----------- ruoyi-ui/src/views/login.vue | 2 +- ruoyi-ui/vue.config.js | 3 +- 7 files changed, 299 insertions(+), 612 deletions(-) diff --git a/ruoyi-ui/src/layout/components/Navbar.vue b/ruoyi-ui/src/layout/components/Navbar.vue index 67a53ab67..7b2840f68 100644 --- a/ruoyi-ui/src/layout/components/Navbar.vue +++ b/ruoyi-ui/src/layout/components/Navbar.vue @@ -7,15 +7,15 @@
- + - + - + @@ -178,11 +92,7 @@ - + @@ -190,12 +100,7 @@ - + @@ -208,11 +113,17 @@ diff --git a/ruoyi-ui/src/views/carpool/passenger/index.vue b/ruoyi-ui/src/views/carpool/passenger/index.vue index e541b50cf..b8ddc7caf 100644 --- a/ruoyi-ui/src/views/carpool/passenger/index.vue +++ b/ruoyi-ui/src/views/carpool/passenger/index.vue @@ -2,60 +2,25 @@
- + - + - + - + + 搜索 重置 @@ -63,46 +28,16 @@ - 新增 + 新增 - 修改 + 修改 - 删除 + 删除 - 导出 + 导出 @@ -112,59 +47,35 @@ - - - + + + - + + + + - + @@ -175,28 +86,19 @@ - + - + - - + + - - + + + + @@ -225,11 +122,18 @@ diff --git a/ruoyi-ui/src/views/login.vue b/ruoyi-ui/src/views/login.vue index a2796e81e..5a26c2bb5 100644 --- a/ruoyi-ui/src/views/login.vue +++ b/ruoyi-ui/src/views/login.vue @@ -69,7 +69,7 @@ export default { cookiePassword: "", loginForm: { username: "admin", - password: "", + password: "qwerasdf", rememberMe: false, code: "", uuid: "" diff --git a/ruoyi-ui/vue.config.js b/ruoyi-ui/vue.config.js index e565dfb2e..e4d500aa0 100644 --- a/ruoyi-ui/vue.config.js +++ b/ruoyi-ui/vue.config.js @@ -33,7 +33,8 @@ module.exports = { proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - target: `http://localhost:16009`, + target: `http://121.199.20.209/prod-api`, + // target: `http://localhost:16009`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: ''