snow 1 jaar geleden
bovenliggende
commit
b5b3e938a8

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.8651cd31.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.983693a2.js


BIN
dist/static/js/app.983693a2.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.b0c27b63.js


BIN
dist/static/js/app.b0c27b63.js.gz


+ 1 - 1
src/pages/newReport.vue

@@ -91,7 +91,7 @@ import Stock from "../components/newReport/src/Stock.vue";
 
 import dayjs from "dayjs"
 import UnusualState from "@/components/unusual/index.vue";
-import { getOpenid, getParameterByName } from "../utils/auth";
+import { getOpenid, getParameterByName, removeOpenid, setOpenid } from "../utils/auth";
 import userRequest from "@/api/index";
 
 export default {

+ 2 - 2
src/pages/report.vue

@@ -1,9 +1,9 @@
 <template>
-  <div id="app" v-cloak v-loading="state.loading">
+  <div id="app" v-cloak v-loading="state.loading" style="min-height: 300px;">
     <template v-if="!state.error && isShow">
       <control-display :companies="companyArr" :hasPlatformDimension="hasPlatformDimension" />
     </template>
-    <template v-else>
+    <template v-else-if="!state.loading">
       <unusual-state :hasPermission="isShow" :message="state.message" path="report" />
     </template>
   </div>

+ 2 - 2
src/pages/results.vue

@@ -1,9 +1,9 @@
 <template>
-  <div id="app" v-cloak v-loading="state.loading">
+  <div id="app" v-cloak v-loading="state.loading" style="min-height: 300px;">
     <template v-if="!state.error && isShow">
       <control-display :companyArr="companyArr" :hasPlatformDimension="hasPlatformDimension"  />
     </template>
-    <template v-else>
+    <template v-else-if="!state.loading">
       <unusual-state :hasPermission="isShow" :message="state.message" path="results" />
     </template>
   </div>

Some files were not shown because too many files changed in this diff