From 6932d13ac3012e09df726d4e82745064b8407710 Mon Sep 17 00:00:00 2001 From: guoxing <1369478551@qq.com> Date: Thu, 7 Dec 2023 15:20:06 +0800 Subject: [PATCH] 2023-12-7 --- .env.development | 1 + .env.production | 1 + src/views/print/index - 副本.vue | 370 ++++++++++++++++++++++++++++ src/views/print/index.vue | 376 +++-------------------------- 4 files changed, 403 insertions(+), 345 deletions(-) create mode 100644 src/views/print/index - 副本.vue diff --git a/.env.development b/.env.development index d08b900..0293dd2 100644 --- a/.env.development +++ b/.env.development @@ -9,4 +9,5 @@ VUE_APP_BASE_API = '/api' VUE_APP_URL = "http://192.168.2.106:7201" +VUE_APP_REPORT_URL = "http://192.168.2.106:7202" ##VUE_APP_URL = "http://8.130.39.13:8112" diff --git a/.env.production b/.env.production index d7f19ae..871bb8a 100644 --- a/.env.production +++ b/.env.production @@ -6,3 +6,4 @@ VUE_APP_BASE_API = '/lpkapi' ## 配置 正式接口地址 VUE_APP_URL = "http://120.46.131.15:8111" +VUE_APP_REPORT_URL = "https://supervise.yxtsoft.com" diff --git a/src/views/print/index - 副本.vue b/src/views/print/index - 副本.vue new file mode 100644 index 0000000..311d228 --- /dev/null +++ b/src/views/print/index - 副本.vue @@ -0,0 +1,370 @@ + + + + + + + 简单实例 + + + + + + + + + + + + + + + + 生成打印文件 + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/print/index.vue b/src/views/print/index.vue index 311d228..0f710c4 100644 --- a/src/views/print/index.vue +++ b/src/views/print/index.vue @@ -1,370 +1,56 @@ - - - - - - 简单实例 - + + + + + + + + \ No newline at end of file