提交代码

master
胡锐 1 year ago
parent c33dcceb53
commit 7cbf12a0e7
  1. 2
      src/app/admin/trade-checking/trade-checking-detail/trade-checking-detail.component.html
  2. 2
      src/app/admin/trade-checking/trade-checking/trade-checking.component.html
  3. 2
      src/environments/environment.ts

@ -175,7 +175,7 @@
</tbody> </tbody>
</nz-table> </nz-table>
</div> </div>
<img style="z-index: 0;margin: -150px 0px 0px 500px; position: absolute;" src="https://pay.dctpay.com/filesystem/b6b7e8860b6135101334aa840eb7e17d.png"> <img style="z-index: 0;margin: -150px 0px 0px 75%; position: absolute;width: 175px;height: 150px;" src="https://pay.dctpay.com/filesystem/b6b7e8860b6135101334aa840eb7e17d.png">
</nz-content> </nz-content>
</nz-layout> </nz-layout>
</div> </div>

@ -130,7 +130,7 @@
</tbody> </tbody>
</nz-table> </nz-table>
</div> </div>
<img style="z-index: 0;margin: -100px 0px 0px 500px; position: absolute;" src="https://pay.dctpay.com/filesystem/b6b7e8860b6135101334aa840eb7e17d.png"> <img style="z-index: 0;margin: -100px 0px 0px 500px; position: absolute;width: 175px;height: 150px;" src="https://pay.dctpay.com/filesystem/b6b7e8860b6135101334aa840eb7e17d.png">
</nz-content> </nz-content>
</nz-layout> </nz-layout>
</div> </div>

@ -5,7 +5,7 @@
export const environment = { export const environment = {
production: false, production: false,
// baseUrl: 'https://gratia-pay.dctpay.com/brest/', // 测试环境服务器地址(请求数据地址) // baseUrl: 'https://gratia-pay.dctpay.com/brest/', // 测试环境服务器地址(请求数据地址)
baseUrl: 'https://gratia-pay.dctpay.com/brest/', // 测试环境服务器地址(请求数据地址) baseUrl: 'https://pay.dctpay.com/brest/', // 测试环境服务器地址(请求数据地址)
imageUrl: 'https://gratia-pay.dctpay.com/filesystem/', imageUrl: 'https://gratia-pay.dctpay.com/filesystem/',
obsUrl: 'https://gratia-pay-test.obs.cn-southwest-2.myhuaweicloud.com', obsUrl: 'https://gratia-pay-test.obs.cn-southwest-2.myhuaweicloud.com',
// baseUrl: 'http://localhost:9602/brest/', // 测试环境服务器地址(请求数据地址) // baseUrl: 'http://localhost:9602/brest/', // 测试环境服务器地址(请求数据地址)

Loading…
Cancel
Save