|
|
@ -440,189 +440,6 @@ export const actions = { |
|
|
|
|
|
|
|
|
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// class SqlMgr {
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// constructor(store) {
|
|
|
|
|
|
|
|
// this.$axios = axios.create({
|
|
|
|
|
|
|
|
// baseURL: 'http://localhost:8080',
|
|
|
|
|
|
|
|
// });
|
|
|
|
|
|
|
|
// this.store = store;
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// get token() {
|
|
|
|
|
|
|
|
// // return this.store.rootGetters['users/GtrToken']
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// async projectOpen() {
|
|
|
|
|
|
|
|
// // setInterval(async () => console.log('token', await this.store.dispatch('ActGetToken')), 1000);
|
|
|
|
|
|
|
|
// // await new Promise(resolve => setTimeout(resolve, 500))
|
|
|
|
|
|
|
|
// // console.log(await this.store.dispatch('ActGetToken'))
|
|
|
|
|
|
|
|
// // return (await this.$axios.post('/xc?q=projectOpen', {api: 'PROJECT_READ_BY_WEB'}, {
|
|
|
|
|
|
|
|
// // headers: {
|
|
|
|
|
|
|
|
// // 'xc-auth': await this.store.dispatch('ActGetToken')
|
|
|
|
|
|
|
|
// // }
|
|
|
|
|
|
|
|
// // })).data;
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// async sqlOp(args, api, opArgs) {
|
|
|
|
|
|
|
|
// // try {
|
|
|
|
|
|
|
|
// // return (await this.$axios.post('/xc?q=sqlOp_' + api, {api, ...args, args: opArgs}, {
|
|
|
|
|
|
|
|
// // headers: {
|
|
|
|
|
|
|
|
// // 'xc-auth': await this.store.dispatch('ActGetToken')
|
|
|
|
|
|
|
|
// // }
|
|
|
|
|
|
|
|
// // })).data;
|
|
|
|
|
|
|
|
// // } catch (e) {
|
|
|
|
|
|
|
|
// // throw new Error(e.response.data.msg);
|
|
|
|
|
|
|
|
// // }
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// async sqlOpPlus(args, api, opArgs) {
|
|
|
|
|
|
|
|
// // try {
|
|
|
|
|
|
|
|
// // return (await this.$axios.post('/xc?q=sqlOpPlus_' + api, {api, ...args, args: opArgs, sqlOpPlus: true}, {
|
|
|
|
|
|
|
|
// // headers: {
|
|
|
|
|
|
|
|
// // 'xc-auth': await this.store.dispatch('ActGetToken')
|
|
|
|
|
|
|
|
// // }
|
|
|
|
|
|
|
|
// // })).data;
|
|
|
|
|
|
|
|
// // } catch (e) {
|
|
|
|
|
|
|
|
// // throw new Error(e.response.data.msg);
|
|
|
|
|
|
|
|
// // }
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// async projectGenerateBackend(opArgs) {
|
|
|
|
|
|
|
|
// // return (await this.$axios.post('/xc?q=projectGenerateBackend', {api: 'projectGenerateBackend', args: opArgs}, {
|
|
|
|
|
|
|
|
// // headers: {
|
|
|
|
|
|
|
|
// // 'xc-auth': await this.store.dispatch('ActGetToken')
|
|
|
|
|
|
|
|
// // }
|
|
|
|
|
|
|
|
// // })).data;
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// async projectGenerateBackendGql(opArgs) {
|
|
|
|
|
|
|
|
// // return (await this.$axios.post('/xc?q=projectGenerateBackendGql', {
|
|
|
|
|
|
|
|
// // api: 'projectGenerateBackendGql',
|
|
|
|
|
|
|
|
// // args: opArgs
|
|
|
|
|
|
|
|
// // }, {
|
|
|
|
|
|
|
|
// // headers: {
|
|
|
|
|
|
|
|
// // 'xc-auth': await this.store.dispatch('ActGetToken')
|
|
|
|
|
|
|
|
// // }
|
|
|
|
|
|
|
|
// // })).data;
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// async projectGetTsPolicyPath(opArgs) {
|
|
|
|
|
|
|
|
// // return (await this.$axios.post('/xc?q=projectGetTsPolicyPath', {api: 'projectGetTsPolicyPath', args: opArgs}, {
|
|
|
|
|
|
|
|
// // headers: {
|
|
|
|
|
|
|
|
// // 'xc-auth': await this.store.dispatch('ActGetToken')
|
|
|
|
|
|
|
|
// // }
|
|
|
|
|
|
|
|
// // })).data;
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// async projectGetGqlPolicyPath(opArgs) {
|
|
|
|
|
|
|
|
// // return (await this.$axios.post('/xc?q=projectGetGqlPolicyPath', {
|
|
|
|
|
|
|
|
// // api: 'projectGetGqlPolicyPath',
|
|
|
|
|
|
|
|
// // args: opArgs
|
|
|
|
|
|
|
|
// // }, {
|
|
|
|
|
|
|
|
// // headers: {
|
|
|
|
|
|
|
|
// // 'xc-auth': await this.store.dispatch('ActGetToken')
|
|
|
|
|
|
|
|
// // }
|
|
|
|
|
|
|
|
// // })).data;
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// async projectGetPolicyPath(opArgs) {
|
|
|
|
|
|
|
|
// // return (await this.$axios.post('/xc?q=projectGetPolicyPath', {api: 'projectGetPolicyPath', args: opArgs}, {
|
|
|
|
|
|
|
|
// // headers: {
|
|
|
|
|
|
|
|
// // 'xc-auth': await this.store.dispatch('ActGetToken')
|
|
|
|
|
|
|
|
// // }
|
|
|
|
|
|
|
|
// // })).data;
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// async xcRoutesPolicyGet(opArgs) {
|
|
|
|
|
|
|
|
// // return (await this.$axios.post('/xc?q=xcRoutesPolicyGet', {
|
|
|
|
|
|
|
|
// // api: 'xcRoutesPolicyGet',
|
|
|
|
|
|
|
|
// // args: opArgs
|
|
|
|
|
|
|
|
// // }, {
|
|
|
|
|
|
|
|
// // headers: {
|
|
|
|
|
|
|
|
// // 'xc-auth': await this.store.dispatch('ActGetToken')
|
|
|
|
|
|
|
|
// // }
|
|
|
|
|
|
|
|
// // })).data;
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// async projectGetGrpcPolicyFromDb(opArgs) {
|
|
|
|
|
|
|
|
// // return (await this.$axios.post('/xc?q=projectGetGrpcPolicyFromDb', {
|
|
|
|
|
|
|
|
// // api: 'projectGetGrpcPolicyFromDb',
|
|
|
|
|
|
|
|
// // args: opArgs
|
|
|
|
|
|
|
|
// // }, {
|
|
|
|
|
|
|
|
// // headers: {
|
|
|
|
|
|
|
|
// // 'xc-auth': await this.store.dispatch('ActGetToken')
|
|
|
|
|
|
|
|
// // }
|
|
|
|
|
|
|
|
// // })).data;
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// async xcRpcPolicyUpdate(opArgs) {
|
|
|
|
|
|
|
|
// // return (await this.$axios.post('/xc?q=xcRpcPolicyUpdate', {
|
|
|
|
|
|
|
|
// // api: 'xcRpcPolicyUpdate',
|
|
|
|
|
|
|
|
// // args: opArgs
|
|
|
|
|
|
|
|
// // }, {
|
|
|
|
|
|
|
|
// // headers: {
|
|
|
|
|
|
|
|
// // 'xc-auth': await this.store.dispatch('ActGetToken')
|
|
|
|
|
|
|
|
// // }
|
|
|
|
|
|
|
|
// // })).data;
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// async xcRoutesPolicyUpdate(opArgs) {
|
|
|
|
|
|
|
|
// // return (await this.$axios.post('/xc?q=xcRoutesPolicyUpdate', {
|
|
|
|
|
|
|
|
// // api: 'xcRoutesPolicyUpdate',
|
|
|
|
|
|
|
|
// // args: opArgs
|
|
|
|
|
|
|
|
// // }, {
|
|
|
|
|
|
|
|
// // headers: {
|
|
|
|
|
|
|
|
// // 'xc-auth': await this.store.dispatch('ActGetToken')
|
|
|
|
|
|
|
|
// // }
|
|
|
|
|
|
|
|
// // })).data;
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// async xcResolverPolicyGet(opArgs) {
|
|
|
|
|
|
|
|
// // return (await this.$axios.post('/xc?q=xcResolverPolicyGet', {
|
|
|
|
|
|
|
|
// // api: 'xcResolverPolicyGet',
|
|
|
|
|
|
|
|
// // args: opArgs
|
|
|
|
|
|
|
|
// // }, {
|
|
|
|
|
|
|
|
// // headers: {
|
|
|
|
|
|
|
|
// // 'xc-auth': await this.store.dispatch('ActGetToken')
|
|
|
|
|
|
|
|
// // }
|
|
|
|
|
|
|
|
// // })).data;
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// async xcResolverPolicyUpdate(opArgs) {
|
|
|
|
|
|
|
|
// // return (await this.$axios.post('/xc?q=xcResolverPolicyUpdate', {
|
|
|
|
|
|
|
|
// // api: 'xcResolverPolicyUpdate',
|
|
|
|
|
|
|
|
// // args: opArgs
|
|
|
|
|
|
|
|
// // }, {
|
|
|
|
|
|
|
|
// // headers: {
|
|
|
|
|
|
|
|
// // 'xc-auth': await this.store.dispatch('ActGetToken')
|
|
|
|
|
|
|
|
// // }
|
|
|
|
|
|
|
|
// // })).data;
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// async importFresh(opArgs) {
|
|
|
|
|
|
|
|
// // return (await this.$axios.post('/xc?q=importFresh', {api: 'importFresh', args: opArgs}, {
|
|
|
|
|
|
|
|
// // headers: {
|
|
|
|
|
|
|
|
// // 'xc-auth': await this.store.dispatch('ActGetToken')
|
|
|
|
|
|
|
|
// // }
|
|
|
|
|
|
|
|
// // })).data;
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// async writeFile(opArgs) {
|
|
|
|
|
|
|
|
// // return (await this.$axios.post('/xc?q=writeFile', {api: 'writeFile', args: opArgs}, {
|
|
|
|
|
|
|
|
// // headers: {
|
|
|
|
|
|
|
|
// // 'xc-auth': await this.store.dispatch('ActGetToken')
|
|
|
|
|
|
|
|
// // }
|
|
|
|
|
|
|
|
// // })).data;
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* @copyright Copyright (c) 2021, Xgene Cloud Ltd |
|
|
|
* @copyright Copyright (c) 2021, Xgene Cloud Ltd |
|
|
|
* |
|
|
|
* |
|
|
|