1234567891011121314151617181920212223242526 |
- import config from '../../libs/config/config'
- const {
- color
- } = config
- export default {
-
- link: {
- color: color['u-primary'],
- fontSize: 15,
- underLine: false,
- href: '',
- mpTips: '链接已复制,请在浏览器打开',
- lineColor: '',
- text: ''
- }
- }
|