modify image path

This commit is contained in:
MaysWind
2023-07-10 22:46:52 +08:00
parent 09210d5d40
commit cdd8ccc2d4
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const baseImagePath = '/img'; const baseImagePath = 'img';
const ezBookkeepingLogoPath = baseImagePath + '/ezbookkeeping-192.png'; const ezBookkeepingLogoPath = baseImagePath + '/ezbookkeeping-192.png';
export default { export default {
+3 -3
View File
@@ -9,13 +9,13 @@
<v-row no-gutters class="auth-wrapper"> <v-row no-gutters class="auth-wrapper">
<v-col cols="12" md="8" class="d-none d-md-flex align-center justify-center position-relative"> <v-col cols="12" md="8" class="d-none d-md-flex align-center justify-center position-relative">
<div class="d-flex auth-img-footer" v-if="currentTheme !== 'dark'"> <div class="d-flex auth-img-footer" v-if="currentTheme !== 'dark'">
<v-img src="/img/desktop/background.svg"/> <v-img src="img/desktop/background.svg"/>
</div> </div>
<div class="d-flex auth-img-footer" v-if="currentTheme === 'dark'"> <div class="d-flex auth-img-footer" v-if="currentTheme === 'dark'">
<v-img src="/img/desktop/background-dark.svg"/> <v-img src="img/desktop/background-dark.svg"/>
</div> </div>
<div class="d-flex align-center justify-center w-100 pt-10"> <div class="d-flex align-center justify-center w-100 pt-10">
<v-img max-width="600px" src="/img/desktop/people1.svg"/> <v-img max-width="600px" src="img/desktop/people1.svg"/>
</div> </div>
</v-col> </v-col>
<v-col cols="12" md="4" class="auth-card d-flex align-center justify-center"> <v-col cols="12" md="4" class="auth-card d-flex align-center justify-center">
+3 -3
View File
@@ -9,13 +9,13 @@
<v-row no-gutters class="auth-wrapper"> <v-row no-gutters class="auth-wrapper">
<v-col cols="12" md="4" class="d-none d-md-flex align-center justify-center position-relative"> <v-col cols="12" md="4" class="d-none d-md-flex align-center justify-center position-relative">
<div class="d-flex auth-img-footer" v-if="currentTheme !== 'dark'"> <div class="d-flex auth-img-footer" v-if="currentTheme !== 'dark'">
<v-img src="/img/desktop/background.svg"/> <v-img src="img/desktop/background.svg"/>
</div> </div>
<div class="d-flex auth-img-footer" v-if="currentTheme === 'dark'"> <div class="d-flex auth-img-footer" v-if="currentTheme === 'dark'">
<v-img src="/img/desktop/background-dark.svg"/> <v-img src="img/desktop/background-dark.svg"/>
</div> </div>
<div class="d-flex align-center justify-center w-100 pt-10"> <div class="d-flex align-center justify-center w-100 pt-10">
<v-img max-width="320px" src="/img/desktop/people2.svg"/> <v-img max-width="320px" src="img/desktop/people2.svg"/>
</div> </div>
</v-col> </v-col>
<v-col cols="12" md="8" class="auth-card d-flex align-center justify-center pa-10"> <v-col cols="12" md="8" class="auth-card d-flex align-center justify-center pa-10">
+3 -3
View File
@@ -9,13 +9,13 @@
<v-row no-gutters class="auth-wrapper"> <v-row no-gutters class="auth-wrapper">
<v-col cols="12" md="8" class="d-none d-md-flex align-center justify-center position-relative"> <v-col cols="12" md="8" class="d-none d-md-flex align-center justify-center position-relative">
<div class="d-flex auth-img-footer" v-if="currentTheme !== 'dark'"> <div class="d-flex auth-img-footer" v-if="currentTheme !== 'dark'">
<v-img src="/img/desktop/background.svg"/> <v-img src="img/desktop/background.svg"/>
</div> </div>
<div class="d-flex auth-img-footer" v-if="currentTheme === 'dark'"> <div class="d-flex auth-img-footer" v-if="currentTheme === 'dark'">
<v-img src="/img/desktop/background-dark.svg"/> <v-img src="img/desktop/background-dark.svg"/>
</div> </div>
<div class="d-flex align-center justify-center w-100 pt-10"> <div class="d-flex align-center justify-center w-100 pt-10">
<v-img max-width="600px" src="/img/desktop/people3.svg"/> <v-img max-width="600px" src="img/desktop/people3.svg"/>
</div> </div>
</v-col> </v-col>
<v-col cols="12" md="4" class="auth-card d-flex align-center justify-center"> <v-col cols="12" md="4" class="auth-card d-flex align-center justify-center">