解决报错 We‘re sorry but doesn‘t work properly without JavaScript enabled. Please enable it to continue.
作者:小教学发布时间:2023-10-03分类:程序开发学习浏览:90
导读:前言vue项目打包发布到线上之后报错 doesn'tworkproperlywithoutJavaScriptenabled.Pleaseenableitto...
前言
vue项目打包发布到线上之后报错 doesn't work properly without JavaScript enabled. Please enable it to continue.
修改router模式之后重新打包上传就可以了。
一、修改router模式
import Vue from 'vue'
import VueRouter from 'vue-router'
Vue.use(VueRouter)
const routes = [
{ path: '/', redirect: '/home' },
{
path: '/home',
name: 'Home',
component: () => import('@/views/home/index.vue')
},
]
const router = new VueRouter({
mode: 'hash',
base: process.env.BASE_URL,
routes
})
export default router
修改方法
把history改成hash即可
标签:解决报错 We‘re sorry but doesn‘t work properly without JavaScript enabled. Please enable it to continue.
- 程序开发学习排行
- 最近发表
-
- Wii官方美版游戏Redump全集!游戏下载索引
- 视觉链接预览最好的WordPress常用插件下载博客插件模块
- 预约日历最好的wordpress常用插件下载博客插件模块
- 测验制作人最好的WordPress常用插件下载博客插件模块
- PubNews Plus|WordPress主题博客主题下载
- 护肤品|wordpress主题博客主题下载
- 肯塔·西拉|wordpress主题博客主题下载
- 酷时间轴(水平和垂直时间轴)最好的wordpress常用插件下载博客插件模块
- 作者头像列表/阻止最好的wordPress常用插件下载博客插件模块
- Elementor Pro Forms最好的WordPress常用插件下载博客插件模块的自动完成字段