|
@@ -411,11 +411,7 @@ import moment from 'moment';
|
|
|
import {getAction, postFileAction, postAction, deleteAction} from '@/api/manage';
|
|
|
import {mapGetters} from 'vuex';
|
|
|
import {urlAcount} from './copy-library-server.js';
|
|
|
-let COS = require('cos-js-sdk-v5');
|
|
|
-let cos = new COS({
|
|
|
- SecretId: 'AKIDE6IpMi8fJQRCg1iuWzFajjRs43kbbets',
|
|
|
- SecretKey: 'tXzuwMfplTTK3c9GFUyETilasvQfePu9'
|
|
|
-});
|
|
|
+
|
|
|
export default {
|
|
|
name: 'copy-library',
|
|
|
components: {
|