Skip to content

Commit 473a8fe

Browse files
committed
fix: 请求参数
1 parent 20a8e2d commit 473a8fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/BugReport.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const params = location.search.slice(1).split('&').reduce((acc, param) => {
1515
}, {});
1616
1717
if (!params.repo) {
18-
params.repo = 'vue-antd-ui';
18+
params.repo = 'ant-design';
1919
}
2020
2121
const BugReportForm = {
@@ -150,7 +150,7 @@ const BugReportForm = {
150150
initialValue: params.repo,
151151
})(
152152
<a-select>
153-
<a-select-option key="vue-antd-ui">vue-antd-ui</a-select-option>
153+
<a-select-option key="ant-design">vue-antd-ui</a-select-option>
154154
</a-select>,
155155
)}
156156
</a-form-item>

0 commit comments

Comments
 (0)