启用vite的开发和生产模式

This commit is contained in:
2023-11-09 19:15:41 +08:00
parent c0406e7000
commit 492239f269
12 changed files with 178 additions and 77 deletions

View File

@@ -170,6 +170,8 @@ function addRewardTelsaler( data: AddRewardTelsalerRequest, handler: any ): void
message: "",
};
console.log( "URL", API_URL.URL_ADD_REWARD_TELSALER );
instance.request({
method: "post",
url: API_URL.URL_ADD_REWARD_TELSALER,