重庆分公司,新征程启航

为企业提供网站建设、域名注册、服务器等服务

Vue.js开发笔记

1、去掉访问url中的"#"

修改main.js文件,添加mode: 'history'

const RouterConfig = {
  mode: 'history',
  routes: MainRoute
}

const router = new VueRouter(RouterConfig)

2、vue项目build后发布的nginx的404问题

修改nginx配置文件
location / {
        root   /usr/share/nginx/html;
        try_files $uri $uri/ /index.html$is_args$args; ##添加这行
        index  index.html index.htm;
    }

本文标题:Vue.js开发笔记
文章来源:http://cqcxhl.cn/article/jhghsj.html

其他资讯

在线咨询
服务热线
服务热线:028-86922220
TOP