lilei 2 lat temu
rodzic
commit
a0e4f6becc

+ 1 - 0
src/views/productManagement/productUniversal/list.vue

@@ -37,6 +37,7 @@
               <a-button style="margin-left: 5px" @click="resetSearchForm" :disabled="disabled" id="productUniversalList-reset">重置</a-button>
               <a-button
                 style="margin-left: 5px"
+                v-if="$hasPermissions('B_productUniversalExport')"
                 type="primary"
                 class="button-warning"
                 @click="handleExport"

+ 2 - 2
vue.config.js

@@ -108,9 +108,9 @@ const vueConfig = {
     // If you want to turn on the proxy, please remosve the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        target: 'http://192.168.2.111/ocs-admin',
+        // target: 'http://192.168.2.111/ocs-admin',
         // target: 'https://t.ocs.360arrow.com/ocs-admin', //  练习
-        // target: 'http://p.ocs.360arrow.com/ocs-admin', //  预发布
+        target: 'http://p.ocs.360arrow.com/ocs-admin', //  预发布
         ws: false,
         changeOrigin: true,
         pathRewrite: {