update 格式化代码
This commit is contained in:
parent
fffd9c3bac
commit
bb95465d60
@ -54,8 +54,8 @@ export default {
|
|||||||
}
|
}
|
||||||
downloadLoadingInstance.close();
|
downloadLoadingInstance.close();
|
||||||
} catch (r) {
|
} catch (r) {
|
||||||
console.error(r)
|
console.error(r);
|
||||||
ElMessage.error('下载文件出现错误,请联系管理员!')
|
ElMessage.error('下载文件出现错误,请联系管理员!');
|
||||||
downloadLoadingInstance.close();
|
downloadLoadingInstance.close();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import JSEncrypt from 'jsencrypt';
|
import JSEncrypt from 'jsencrypt';
|
||||||
// 密钥对生成 http://web.chacuo.net/netrsakeypair
|
// 密钥对生成 http://web.chacuo.net/netrsakeypair
|
||||||
|
|
||||||
const publicKey = import.meta.env.VITE_APP_RSA_PUBLIC_KEY
|
const publicKey = import.meta.env.VITE_APP_RSA_PUBLIC_KEY;
|
||||||
|
|
||||||
// 前端不建议存放私钥 不建议解密数据 因为都是透明的意义不大
|
// 前端不建议存放私钥 不建议解密数据 因为都是透明的意义不大
|
||||||
const privateKey = '**********';
|
const privateKey = '**********';
|
||||||
|
@ -19,8 +19,7 @@ export default class ProjectTypes extends VueTypes {
|
|||||||
return toValidableType('style', {
|
return toValidableType('style', {
|
||||||
type: [String, Object],
|
type: [String, Object],
|
||||||
default: undefined
|
default: undefined
|
||||||
|
});
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
export { propTypes };
|
export { propTypes };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user