fixing path
This commit is contained in:
parent
d320e4c7f9
commit
7af6c3560c
3 changed files with 10 additions and 9 deletions
|
|
@ -7,13 +7,13 @@ import axios from "axios";
|
|||
import config from "@/app.config";
|
||||
|
||||
import CustomComponent from "@/components/CustomDialog.vue";
|
||||
import screen1 from "@/assets/screen1.png";
|
||||
import screen2 from "@/assets/screen2.png";
|
||||
import screen3 from "@/assets/screen3.png";
|
||||
import screen4 from "@/assets/screen4.png";
|
||||
import screen1 from "../assets/screen1.png";
|
||||
import screen2 from "../assets/screen2.png";
|
||||
import screen3 from "../assets/screen3.png";
|
||||
import screen4 from "../assets/screen4.png";
|
||||
|
||||
import assetSso from "@/assets/sso.png";
|
||||
import line2 from "@/assets/line2.png";
|
||||
import assetSso from "../assets/sso.png";
|
||||
import line2 from "../assets/line2.png";
|
||||
|
||||
import type { DateCards } from "@/interface/index/Main";
|
||||
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ onMounted(async () => {});
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<img src="@/assets/line.png" class="img_absolute_line" />
|
||||
<img src="../assets/line.png" class="img_absolute_line" />
|
||||
|
||||
<div class="card-pf">
|
||||
<div class="row q-gutter-sm items-center q-mb-sm">
|
||||
|
|
@ -240,7 +240,7 @@ input[type="radio"] {
|
|||
object-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% !important;
|
||||
background: url(@/assets/logo.png) no-repeat center center;
|
||||
background: url(../assets/logo.png) no-repeat center center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.text-logo {
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import { VitePWA } from 'vite-plugin-pwa'
|
|||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
base: '',
|
||||
base: '/e-hr/',
|
||||
plugins: [
|
||||
vue({
|
||||
template: { transformAssetUrls },
|
||||
|
|
@ -39,6 +39,7 @@ export default defineConfig({
|
|||
},
|
||||
build: {
|
||||
target: 'esnext',
|
||||
assetsDir: 'assets',
|
||||
},
|
||||
server: {
|
||||
port: 3002,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue