From aeaf7f86d89a3b55e13848f3bc531732bf8a20f5 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 8 Sep 2023 10:48:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=B4=E8=B4=B9=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.staging | 10 -- src/views/payAll/payConfirmation.vue | 193 ++++++++++++++++++++++++++ src/views/payAll/payList.vue | 196 +++++++++++++++++++++++++-- 4 files changed, 381 insertions(+), 20 deletions(-) delete mode 100644 .env.staging create mode 100644 src/views/payAll/payConfirmation.vue diff --git a/.env.development b/.env.development index 97b76e7..6b812a6 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ VUE_APP_TITLE = 智慧仲裁管理系统 ENV = 'development' # 智慧仲裁管理系统/开发环境 -VUE_APP_BASE_API = '/dev-api' +VUE_APP_BASE_API = '/API' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/.env.staging b/.env.staging deleted file mode 100644 index 5fa21b4..0000000 --- a/.env.staging +++ /dev/null @@ -1,10 +0,0 @@ -# 页面标题 -VUE_APP_TITLE = 智慧仲裁管理系统 - -NODE_ENV = production - -# 测试环境配置 -ENV = 'staging' - -# 智慧仲裁管理系统/测试环境 -VUE_APP_BASE_API = '/stage-api' diff --git a/src/views/payAll/payConfirmation.vue b/src/views/payAll/payConfirmation.vue new file mode 100644 index 0000000..a1ef507 --- /dev/null +++ b/src/views/payAll/payConfirmation.vue @@ -0,0 +1,193 @@ + + + + + \ No newline at end of file diff --git a/src/views/payAll/payList.vue b/src/views/payAll/payList.vue index d327660..c266f70 100644 --- a/src/views/payAll/payList.vue +++ b/src/views/payAll/payList.vue @@ -1,15 +1,193 @@ - + - - \ No newline at end of file + + \ No newline at end of file