lilei 1 år sedan
förälder
incheckning
134da8b4fa
2 ändrade filer med 3 tillägg och 3 borttagningar
  1. 1 1
      src/views/reportData/tireSalesReport/list.vue
  2. 2 2
      vue.config.js

+ 1 - 1
src/views/reportData/tireSalesReport/list.vue

@@ -293,7 +293,7 @@ export default {
       _this.exportLoading = true
       _this.spinning = true
       _this.showExport = true
-      _this.$store.state.app.curActionPermission = 'B_tireSalesReportExport_salesPrice'
+      _this.$store.state.app.curActionPermission = 'B_tireSalesReportExport'
       hdExportExcel(excelTireOnlineExport, params, '轮胎统计报表', function () {
         _this.exportLoading = false
         _this.spinning = false

+ 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.103:8602/ocs-admin',
+        // target: 'http://192.168.2.103:8602/ocs-admin',
         // target: 'https://t.ocs.360arrow.com/ocs-admin', //  练习
-        // target: 'https://p.ocs.360arrow.com/ocs-admin', //  预发布
+        target: 'https://p.ocs.360arrow.com/ocs-admin', //  预发布
         ws: false,
         changeOrigin: true,
         pathRewrite: {