fix
This commit is contained in:
@@ -584,6 +584,7 @@ export default defineComponent({
|
||||
v: hsv[2],
|
||||
});
|
||||
}
|
||||
|
||||
return new Promise((resolve: any, reject: any) => {
|
||||
Https.axiosPost(Https.httpUrls.getRgbByHsvBatch, data)
|
||||
.then((rv: any) => {
|
||||
|
||||
Reference in New Issue
Block a user