how reliable is the process of password authentication for user login? (do not discuss channel encryption on https) 1. The front-end plaintext passes the password to the back-end for encryption, and compares the processed ciphertext with the database t...
showInfoBtn() { return (this.personAuth === specialist || this.personAuth === dispatcher || this.personAuth === doctor ) }, this statement shows that there i...
using the iview framework, if you want to disable discontiguous dates, try to find out and write back in the following way. disabledDate(date) { const disabledDay = date.getDate(); return disabledDay === 15 || disabledDay === 18 || disabledDay ...
var el = document.getElementById( items ); var sortable = new Sortable(el,{ sort: true, animation: 300, }); <grid :cols="2" id="items"> <grid-item v-for="(item,index) in yxData" :key="index"&...
requireJs rendering code, why the click event is set, the click event in the tab can be seen on the element of the console, but it is invalid. ...
The situation is like this. A page has evaluation module, details module, and image module . The backend sets up three corresponding APIs respectively, because the whole page builds the dom template from the details module, that is, the image and the e...