@@ -28,7 +28,7 @@ const routes = [
]
const router = new VueRouter({
- mode: 'history',
+ mode: 'hash',
routes
})
@@ -158,10 +158,10 @@ export default {
letter-spacing: 4px;
}
-
.login-form-wrapper {
width: 420px;
padding: 40px;
+ margin:40px;
background: rgba(13, 34, 71, 0.85);
border: 1px solid rgba(30, 144, 255, 0.3);
border-radius: 8px;
@@ -5,6 +5,7 @@ module.exports = defineConfig({
transpileDependencies: true,
lintOnSave: false,
productionSourceMap: false,
+ publicPath: './',
devServer: {
port: 8080,