ludc
2023-04-15 716ded9c48898ff8fb9e4a1872ccfe676c7f2f99
Source/UBCS-WEB/public/src/views/resource/oss.vue
@@ -100,7 +100,7 @@
              width: 100,
              searchLabelWidth: 50,
              row: true,
              dicUrl: "/api/blade-system/dict/dictionary?code=oss",
              dicUrl: "/api/ubcs-system/dict/dictionary?code=oss",
              props: {
                label: "dictValue",
                value: "dictKey"
@@ -225,7 +225,7 @@
              type: 'upload',
              listType: 'picture-img',
              dataType: 'string',
              action: '/api/blade-resource/oss/endpoint/put-file',
              action: '/api/ubcs-resource/oss/endpoint/put-file',
              propsHttp: {
                res: 'data',
                url: 'link',
@@ -250,7 +250,7 @@
      },
      'debugForm.code'() {
        const column = this.findObject(this.debugOption.column, "backgroundUrl");
        column.action = `/api/blade-resource/oss/endpoint/put-file?code=${this.debugForm.code}`;
        column.action = `/api/ubcs-resource/oss/endpoint/put-file?code=${this.debugForm.code}`;
      }
    },
    computed: {