Skip to content

Commit 450313b

Browse files
committed
feat: update base
1 parent b3ad5ea commit 450313b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"@typescript-eslint/parser": "^4.22.0",
6161
"babel-loader": "^8.2.2",
6262
"clean-webpack-plugin": "^4.0.0-alpha.0",
63+
"commitizen": "^4.2.3",
6364
"connect-history-api-fallback": "^1.6.0",
6465
"css-loader": "^3.4.0",
6566
"cz-customizable": "^6.3.0",

src/client/library/apis.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ try {
2626
// 整理 serverMap
2727
for (const key of Object.keys(serverMap)) {
2828
let baseURL = serverMap[key].baseMap[env.ENV]
29-
3029
if (env.ENV === 'dev') {
30+
// @ts-ignore
3131
baseURL = `${baseURL}${window.CI_DEV_BRANCH}`
3232
}
3333

0 commit comments

Comments
 (0)