标签:dex index 开心 项目目录 config apach 文件 帮助 apache 配置
const router = new VueRouter({ mode: ‘history‘, base: ‘/dist/‘, routes })
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.html$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /dist/index.html [L] </IfModule>
如果本文对您有帮助,请抬抬您的小手,点下右下角的推荐, ^-^,
当然如果看了这篇博客对您有帮助是我最开心的事,毕竟赠人玫瑰,手有余香, ^-^,
如果这篇博客没有帮助到您,那就只能说一声抱歉啦
标签:dex index 开心 项目目录 config apach 文件 帮助 apache 配置
原文地址:https://www.cnblogs.com/katydids/p/9964289.html