Commit 1919d9de authored by haiyoucuv's avatar haiyoucuv

更改

parent f4e40510
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
"moduleDetection": "force", "moduleDetection": "force",
"noEmit": true, "noEmit": true,
/* Linting */ /* Linting */
"strict": true, "strict": false,
"noUnusedLocals": true, "noUnusedLocals": false,
"noUnusedParameters": true, "noUnusedParameters": false,
"noFallthroughCasesInSwitch": true "noFallthroughCasesInSwitch": true
}, },
"include": [ "include": [
......
...@@ -41,7 +41,7 @@ export default defineConfig({ ...@@ -41,7 +41,7 @@ export default defineConfig({
buildVersion: versionStamp, buildVersion: versionStamp,
uploadDir: uploadDir, uploadDir: uploadDir,
region: "oss-cn-hangzhou", region: "oss-cn-hangzhou",
bucket: "duiba-credits-test", bucket: "duiba",
accessKeyId: "LTAI5tPUSSxgkEmKPAfVXUQQ", accessKeyId: "LTAI5tPUSSxgkEmKPAfVXUQQ",
accessKeySecret: "6sk3EDd1BYrXlAUoh8maMuN7hOMkh1", 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