提交 e96211ad 编写于 作者: fxy060608's avatar fxy060608

chore: remove slash

上级 bd5e90b4
<template>
<image src="/static/logo.png"/>
<image src="/static/logo.png" />
</template>
\ No newline at end of file
import { BASE_COMPONENTS_STYLE_PATH, H5_API_STYLE_PATH } from './constants'
export const API_DEPS_CSS = {
showModal: [`${H5_API_STYLE_PATH}/modal.css`],
showToast: [`${H5_API_STYLE_PATH}/toast.css`],
showActionSheet: [`${H5_API_STYLE_PATH}/action-sheet.css`],
showModal: [`${H5_API_STYLE_PATH}modal.css`],
showToast: [`${H5_API_STYLE_PATH}toast.css`],
showActionSheet: [`${H5_API_STYLE_PATH}action-sheet.css`],
previewImage: [
`${BASE_COMPONENTS_STYLE_PATH}/swiper.css`,
`${BASE_COMPONENTS_STYLE_PATH}/swiper-item.css`,
`${BASE_COMPONENTS_STYLE_PATH}/movable-area.css`,
`${BASE_COMPONENTS_STYLE_PATH}/movable-view.css`,
`${BASE_COMPONENTS_STYLE_PATH}swiper.css`,
`${BASE_COMPONENTS_STYLE_PATH}swiper-item.css`,
`${BASE_COMPONENTS_STYLE_PATH}movable-area.css`,
`${BASE_COMPONENTS_STYLE_PATH}movable-view.css`,
],
openLocation: [`${H5_API_STYLE_PATH}/location-view.css`],
openLocation: [`${H5_API_STYLE_PATH}location-view.css`],
}
const RESIZE_SENSOR_CSS = BASE_COMPONENTS_STYLE_PATH + 'resize-sensor.css'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册