修正了Login.vue里"renewing"的问题,但仍然不能调用 randomSecword(),这句导致报错 "window is not defined"。猜测是 bitcore-mnemonic 不能在前端页面里使用。

This commit is contained in:
luk.lu
2018-11-17 16:10:13 +08:00
parent 390d3ed15e
commit 3c934baa07
5 changed files with 14 additions and 11 deletions

View File

@@ -2,4 +2,4 @@
// import app from './app'
// 控制台应当默认访问控制台所在主机(localhost 或者 window.location.hostname)的 TIC后台或者访问用户自己设置的主机。
axios.defaults.baseURL = 'http://localhost:6842/api/'
axios.defaults.baseURL = `http://${window.location.hostname}:6842/api/`