From 67ef18157c6cbad22f8651ccfa9e1d4a4e38ab10 Mon Sep 17 00:00:00 2001 From: hh <292475944@qq.com> Date: Thu, 12 Nov 2020 14:46:36 +0800 Subject: [PATCH] up --- .env.production | 2 +- src/views/firmware/firmwareList/index.vue | 66 +++++++++++++++++++-- src/views/firmware/firmwareUpdate/index.vue | 3 +- 3 files changed, 64 insertions(+), 7 deletions(-) diff --git a/.env.production b/.env.production index 0e9361e..01fb5ee 100644 --- a/.env.production +++ b/.env.production @@ -2,4 +2,4 @@ ENV = 'production' # 管理系统/生产环境 -VUE_APP_BASE_API = '/prod-api' +VUE_APP_BASE_API = 'http://121.37.250.170:8080' diff --git a/src/views/firmware/firmwareList/index.vue b/src/views/firmware/firmwareList/index.vue index 67a11fc..dbfb2c7 100644 --- a/src/views/firmware/firmwareList/index.vue +++ b/src/views/firmware/firmwareList/index.vue @@ -1,10 +1,34 @@