Remove the address bar of the problem with #

vue-cil building projects

Step 1: Find the file directory router.js

 

Step two:

In the new Router ({

  routes:[..............]

}) Was added attribute mode, the default mode is the hash

export default new Router({
  mode: ' history',
  routes: [..........]
})

 

Guess you like

Origin www.cnblogs.com/tlfe/p/11096660.html