url, logo set
This commit is contained in:
parent
2046156f90
commit
7feb96412f
BIN
resources/images/Purity-Select-Logo-1.png
Normal file
BIN
resources/images/Purity-Select-Logo-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.4 KiB |
@ -1,7 +1,7 @@
|
|||||||
export const GET_BASE_PATH = ""
|
export const GET_BASE_PATH = ""
|
||||||
|
|
||||||
let MAIN_DOMAIN = "http://127.0.0.1:8006";
|
// let MAIN_DOMAIN = "http://127.0.0.1:8009";
|
||||||
// let MAIN_DOMAIN = "https://app.peptidewebmd.com";
|
let MAIN_DOMAIN = "https://app.purityselect.com";
|
||||||
|
|
||||||
export const ADMIN_LOGIN_API = MAIN_DOMAIN + "/api/admin/login"
|
export const ADMIN_LOGIN_API = MAIN_DOMAIN + "/api/admin/login"
|
||||||
export const PATIENT_LIST_API = MAIN_DOMAIN + "/api/admin/patient-list"
|
export const PATIENT_LIST_API = MAIN_DOMAIN + "/api/admin/patient-list"
|
||||||
|
@ -4,7 +4,7 @@ import { breakpointsVuetify } from '@vueuse/core'
|
|||||||
import { VIcon } from 'vuetify/components/VIcon'
|
import { VIcon } from 'vuetify/components/VIcon'
|
||||||
|
|
||||||
// ❗ Logo SVG must be imported with ?raw suffix
|
// ❗ Logo SVG must be imported with ?raw suffix
|
||||||
import logoImage from '@images/logo-peptied-web.webp'
|
import logoImage from '@images/Purity-Select-Logo-1.png'
|
||||||
|
|
||||||
import { AppContentLayoutNav, ContentWidth, FooterType, NavbarType } from '@layouts/enums'
|
import { AppContentLayoutNav, ContentWidth, FooterType, NavbarType } from '@layouts/enums'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user