Browse Source

更新oa样式

wangtao 1 month ago
parent
commit
03ed53be60

+ 2 - 2
src/config.js

@@ -9,8 +9,8 @@ export default {
   //#endif
 
   //#ifdef H5
-  // baseUrl: "https://gateWay.usky.cn/prod-api",
-  baseUrl: import.meta.env.MODE === "production" ? `https://${window.location.host}/prod-api` : `http://192.168.10.165:801/dev-api`,
+  baseUrl: "https://gateWay.usky.cn/prod-api",
+  // baseUrl: import.meta.env.MODE === "production" ? `https://${window.location.host}/prod-api` : `http://192.168.10.165:801/dev-api`,
   //#endif
 
   websiteUrl: "https://qhome.usky.cn",

+ 4 - 3
src/pages/business/oa/approval/components/jbd.vue

@@ -425,11 +425,12 @@ onShow(() => {
   }
 }
 .app-button{
-  position: fixed;
-  bottom:10px;
+  position: absolute;
+  top:0;
+  bottom:0;
   left:10px;
+  z-index: 100;
   width:calc(100% - 20px);
-  z-index: 9999;
   button{
     border-radius: 10px !important;
   }

+ 4 - 3
src/pages/business/oa/approval/components/qjd.vue

@@ -423,11 +423,12 @@ onShow(() => {
   }
 }
 .app-button{
-  position: fixed;
-  bottom:10px;
+  position: absolute;
+  top:0;
+  bottom:0;
   left:10px;
+  z-index: 100;
   width:calc(100% - 20px);
-  z-index: 9999;
   button{
     border-radius: 10px !important;
   }

+ 2 - 0
src/pages/business/oa/approval/formType.vue

@@ -1,4 +1,5 @@
 <template>
+  <view style="height: 100%;">
     <u-navbar
       :autoBack="false"
       :placeholder="true"
@@ -21,6 +22,7 @@
     </u-navbar>
     <qjd v-if="datail?.fieldInfo == 'QJD' && pageStatus " :data="{form:datail,ccTo:ccTo,nodeList:nodeList,type:formType,docNoDetail:docNoDetail}" />
     <jbd v-if="datail?.fieldInfo == 'JBD' && pageStatus " :data="{form:datail,ccTo:ccTo,nodeList:nodeList,type:formType,docNoDetail:docNoDetail}" />
+  </view>
     <!-- :data="{form:form,nodeList:nodeList,ccTo:ccTo}" -->
 </template>
   

+ 1 - 1
src/pages/login.vue

@@ -184,7 +184,7 @@ function init() {
     // linkUrl.value = "192.168.10.165:13200";
     // linkUrl.value = "localhost:81";
     // linkUrl.value = "120.26.164.249:13212";
-    // linkUrl.value = "manager.usky.cn";
+    linkUrl.value = "manager.usky.cn";
     useStore.GetMobileTenantConfig({ url: linkUrl.value });
   }
   //#endif