For example
If you enter [edit / {id}] on the [a href] tag,
vendor.js 7352 An error occurs on the line.
The reason is that the host's address is [http://192.168.0.1/edit] Link the css file in this way.
I add this code in vendor.js 7353 line.
if (name == 'href') {
value = 'http://' + location.host + '/' + value;
}
For example If you enter [edit / {id}] on the [a href] tag, vendor.js 7352 An error occurs on the line. The reason is that the host's address is [http://192.168.0.1/edit] Link the css file in this way. I add this code in vendor.js 7353 line.