You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
347 B
TypeScript
14 lines
347 B
TypeScript
export const image = {
|
|
global: {
|
|
logo1: require('@/static/images/image-logo-01.png'),
|
|
},
|
|
login: {
|
|
bg1: require('@/static/images/image-bg-01.png'),
|
|
bg2: require('@/static/images/image-bg-02.png'),
|
|
bg3: require('@/static/images/image-bg-03.png'),
|
|
},
|
|
workarea: {
|
|
image1: require('@/static/images/image-01.png'),
|
|
},
|
|
};
|