We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d8168 commit 7f05453Copy full SHA for 7f05453
continew-plugin/continew-plugin-generator/src/main/resources/templates/frontend/api.ftl
@@ -68,5 +68,5 @@ export function export${classNamePrefix}(query: ${classNamePrefix}Query) {
68
69
/** @desc 查询${businessName}字典 */
70
export function list${classNamePrefix}Dict(query?: ${classNamePrefix}Query) {
71
-return http.get<LabelValueState[]>(`${BASE_URL}/dict`, query)
+return http.get<LabelValueState[]>(`${'$'}{BASE_URL}/dict`, query)
72
}
0 commit comments