zhangjie 2 anni fa
parent
commit
493ef26bc5

+ 0 - 1
src/features/report/ReportMain.vue

@@ -134,7 +134,6 @@ onMounted(async () => {
     let user = JSON.parse(keyVal);
     store.setUserInfo(user);
   }
-  // http://localhost:3030/web/report/print/4/101/1?eyJpZGVudGl0eSI6IiRVU0VSX1NFU1NJT05fLTEiLCJ0b2tlbiI6Ik5nektJWkJSTDh6WTdIUlVXOGkxaXNtSzhPeVpNMGZ4In0=
 
   await fetchData();
 

+ 3 - 0
src/features/report/pdf.txt

@@ -0,0 +1,3 @@
+// http://localhost:3030/web/report/print/4/101/1?eyJpZGVudGl0eSI6IiRVU0VSX1NFU1NJT05fLTEiLCJ0b2tlbiI6Ik5nektJWkJSTDh6WTdIUlVXOGkxaXNtSzhPeVpNMGZ4In0=
+// --pageSize '{"width":210000,"height":297000}'
+// --pageSize '{"width":157500,"height":222750}'

+ 1 - 1
src/styles/global.css

@@ -23,7 +23,7 @@
 body {
   margin: 0;
   font-size: var(--app-main-font-size);
-  min-width: var(--app-min-width);
+  /* min-width: var(--app-min-width); */
   background-color: var(--app-main-bg-color);
   min-height: 600px;
   user-select: none;

+ 2 - 2
vite.config.ts

@@ -3,9 +3,9 @@ import vue from "@vitejs/plugin-vue";
 import ViteComponents from "unplugin-vue-components/vite";
 import { AntDesignVueResolver } from "unplugin-vue-components/resolvers";
 
-const SERVER_URL = "http://192.168.10.108:7180";
+// const SERVER_URL = "http://192.168.10.108:7180";
 // const SERVER_URL = "http://192.168.10.138:13800";
-// const SERVER_URL = "http://192.168.10.39:7180";
+const SERVER_URL = "http://192.168.10.39:7180";
 // const SERVER_URL = "http://192.168.10.54:8001";
 const path = require("path");