baseurl
This commit is contained in:
parent
5604f1e338
commit
a7387f88cf
|
|
@ -1,4 +1,6 @@
|
|||
<iframe src="https://localhost:59579/Admin/FileManager/ImageTextExtraction" title="Ai process form" width="100%" height="100%"></iframe>
|
||||
@code {
|
||||
@using FruitBank.Common
|
||||
|
||||
<iframe src="@baseUrl" title="Ai process form" width="100%" height="100%"></iframe>
|
||||
@code {
|
||||
public string baseUrl = FruitBankConstClient.BaseUrl + "/Admin/FileManager/ImageTextExtraction";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue