From f2d0a6494a75077587a949d116a4fc7be7fd9a5f Mon Sep 17 00:00:00 2001 From: user <2602926751@qq.com> Date: Wed, 11 Oct 2023 18:34:24 +0800 Subject: [PATCH] =?UTF-8?q?10.10=20=E4=B8=8B=E7=8F=AD=E5=89=8D=E7=9A=84?= =?UTF-8?q?=E6=9C=80=E5=90=8E=E4=B8=80=E8=88=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fuintAdmin/.env.development | 2 +- fuintAdmin/.env.production | 2 +- fuintAdmin/.env.staging | 2 +- fuintAdmin/src/views/oilPrice/index.vue | 307 ++++++++++++++++++++++++ 4 files changed, 310 insertions(+), 3 deletions(-) create mode 100644 fuintAdmin/src/views/oilPrice/index.vue diff --git a/fuintAdmin/.env.development b/fuintAdmin/.env.development index 13f6cd034..574c4843d 100644 --- a/fuintAdmin/.env.development +++ b/fuintAdmin/.env.development @@ -11,4 +11,4 @@ VUE_APP_BASE_API = '/dev-api' VUE_APP_PUBLIC_PATH = '/' # 后端接口地址 -VUE_APP_SERVER_URL = 'http://192.168.1.4:8080/' +VUE_APP_SERVER_URL = 'http://192.168.1.5:8080/' diff --git a/fuintAdmin/.env.production b/fuintAdmin/.env.production index 0f63273d9..90bc2956b 100644 --- a/fuintAdmin/.env.production +++ b/fuintAdmin/.env.production @@ -11,4 +11,4 @@ VUE_APP_BASE_API = '/fuint-application/' VUE_APP_PUBLIC_PATH = '/fuintAdmin/' # 后端接口地址 -VUE_APP_SERVER_URL = 'http://192.168.1.4:8080/' +VUE_APP_SERVER_URL = 'http://192.168.1.5:8080/' diff --git a/fuintAdmin/.env.staging b/fuintAdmin/.env.staging index 2c8784644..dbd3232c0 100644 --- a/fuintAdmin/.env.staging +++ b/fuintAdmin/.env.staging @@ -11,4 +11,4 @@ VUE_APP_BASE_API = '/stage-api' VUE_APP_PUBLIC_PATH = '/' # 后端接口地址 -VUE_APP_SERVER_URL = 'http://192.168.1.4:8080/' +VUE_APP_SERVER_URL = 'http://192.168.1.5:8080/' diff --git a/fuintAdmin/src/views/oilPrice/index.vue b/fuintAdmin/src/views/oilPrice/index.vue new file mode 100644 index 000000000..a1b2ee54c --- /dev/null +++ b/fuintAdmin/src/views/oilPrice/index.vue @@ -0,0 +1,307 @@ + + + + +