维护一个老项目出现:前后端部署,接口请求出现We’re sorry but XXX doesn’t work properly without JavaScript enabled

const routerStatic = new VueRouter({
    mode: 'history',
    /*hash模式改为history*/
    base: process.env.BASE_URL,
    routes // (缩写)相当于 routes: routes
})
export default routerStatic;
posted @ 2025-03-17 11:15  Felix_Openmind  阅读(214)  评论(0)    收藏  举报
*{cursor: url(https://files-cdn.cnblogs.com/files/morango/fish-cursor.ico),auto;}