lilei il y a 7 mois
Parent
commit
54323e4e98
3 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 1 1
      public/version.json
  2. 2 2
      src/views/numsGoodsShelves/approveStore/authPass.vue
  3. 2 2
      vue.config.js

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1729066763516
+  "version": 1730170191173
 }

+ 2 - 2
src/views/numsGoodsShelves/approveStore/authPass.vue

@@ -430,12 +430,12 @@ export default {
 }
 </script>
 
-<style lang="less">
+<style lang="less" scoped>
 .authPass-wrap {
   height: 100%;
   >.ant-spin-nested-loading{
+     overflow-y: auto;
     height: calc(100% - 52px);
-	  overflow-y: auto;
     .ant-spin-container{
       height: 100%;
     }

+ 2 - 2
vue.config.js

@@ -209,8 +209,8 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        target: 'http://192.168.2.100:88/qpls-md',
-        // target: 'https://p.iscm.360arrow.com/qpls-md',
+        // target: 'http://192.168.2.100:88/qpls-md',
+        target: 'https://p.iscm.360arrow.com/qpls-md',
         // target: 'https://p.iscm.360arrow.com/qpls-md',
         // ws: false,
         ws: true,