feat: curd

This commit is contained in:
luchang
2024-05-22 19:13:08 +08:00
parent 410bfc1e38
commit 74c77011ea
27 changed files with 316 additions and 166 deletions
+8 -10
View File
@@ -1,17 +1,15 @@
const productConfig = {
accessKeyId: 'accessKeyId',
accessKeySecret: 'accessKeySecret',
endpoint: 'endpoint',
bucket: 'bucket',
region: 'region',
accessKeyId: 'LTAI5tHfUhFjJ335EVo1vcWm',
accessKeySecret: '0q5JF4862ai5pznfIZMTIjThVjzaqK',
bucket: 'polaris-frontend',
dir: 'yitu_image/',
};
const localConfig = {
accessKeyId: 'accessKeyId',
accessKeySecret: 'accessKeySecret',
endpoint: 'endpoint',
bucket: 'bucket',
region: 'region',
accessKeyId: 'LTAI5tHfUhFjJ335EVo1vcWm',
accessKeySecret: '0q5JF4862ai5pznfIZMTIjThVjzaqK',
bucket: 'polaris-frontend',
dir: 'yitu_image/',
};
// 本地运行是没有 process.env.NODE_ENV 的,借此来区分[开发环境]和[生产环境]