Commit 1919d9de authored by haiyoucuv's avatar haiyoucuv

更改

parent f4e40510
......@@ -13,9 +13,9 @@
"moduleDetection": "force",
"noEmit": true,
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"strict": false,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noFallthroughCasesInSwitch": true
},
"include": [
......
......@@ -41,7 +41,7 @@ export default defineConfig({
buildVersion: versionStamp,
uploadDir: uploadDir,
region: "oss-cn-hangzhou",
bucket: "duiba-credits-test",
bucket: "duiba",
accessKeyId: "LTAI5tPUSSxgkEmKPAfVXUQQ",
accessKeySecret: "6sk3EDd1BYrXlAUoh8maMuN7hOMkh1",
}),
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment