I created a new global.js file under assets js: import Vue from "vue"; import Router from "vue-router"; export default({ back:function(){ this.$router.go(-1); }, }) main.js: import global from . a...
background: const EventUser = sequelize.define( userEvents , { payStatus: Sequelize.STRING }) User.belongsToMany(Event, { through: EventUser}) Event.belongsToMany(User, { through: EventUser}) use: const event = await EventModel.getEvent...
configure your own domain name www.rychou.xyz in github pages, and do not use the Enforce HTTPS option. Visiting http: www.rychou.xyz at this point will automatically switch to using https. ajaxhttphttpshttp after searching around google, I ...
The home page is a transit page, get a value from the server, and then jump to the corresponding page according to this value. And then I found the problem. No matter using navigatorTo or redirecTo, mobile phone to scan the code, you can enter it for the...
test.vbs file statement: wscript.echo "hello world " wscript.sleep 2000 double-click the vbs file to execute. If you don t add sleep, the black window just disappears, and if you add sleep, you only stay for 2 seconds. How do I make the black window...