Commit 14cc2b13 authored by 张晨辰's avatar 张晨辰

feat: label fix

parent f0c39d99
......@@ -2,8 +2,8 @@
* Created by rockyl on 2019-09-19.
*/
//export const API_HOST = 'http://10.10.95.74:7777';
export const API_HOST = 'http://localhost:3002';
export const API_HOST = 'http://10.10.95.74:7777';
// export const API_HOST = 'http://localhost:3002';
export const UPLOAD_FILE_URL = API_HOST + '/api/uploadFile';
export const PARSE_BUNDLE_URL = API_HOST + '/api/parsePSD';
......
......@@ -111,7 +111,7 @@ export default {
textAlign: {
title: '文本对齐',
type: 'select',
props: [
options: [
{ label: '靠左', value: 'left' },
{ label: '居中', value: 'center' },
{ label: '靠右', value: 'right' }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment