Commit edd8061d authored by rockyl's avatar rockyl

去掉压缩

parent f411f96c
...@@ -6,7 +6,7 @@ export let API_HOST; ...@@ -6,7 +6,7 @@ export let API_HOST;
if (process.env.NODE_ENV === 'development') { if (process.env.NODE_ENV === 'development') {
//API_HOST = '//10.10.95.74:7777'; //API_HOST = '//10.10.95.74:7777';
//API_HOST = '//192.168.1.16:7777'; //API_HOST = '//192.168.1.16:7777';
API_HOST = '//10.10.35.210:3000'; API_HOST = '//10.10.94.107:3000';
//API_HOST = '//192.168.0.105:7777'; //API_HOST = '//192.168.0.105:7777';
//API_HOST = '//localhost:3002'; //API_HOST = '//localhost:3002';
//API_HOST = window.__data.apiHost; //API_HOST = window.__data.apiHost;
......
...@@ -131,6 +131,16 @@ export default { ...@@ -131,6 +131,16 @@ export default {
type: 'color', type: 'color',
default: '#000' default: '#000'
}, },
stroke: {
alias: '描边宽度',
type: 'number',
default: 0,
},
strokeColor: {
alias: '描边颜色',
type: 'color',
default: '#ffffff'
},
lineType: { lineType: {
alias: '自动换行', alias: '自动换行',
type: 'enum', type: 'enum',
...@@ -299,7 +309,7 @@ export default { ...@@ -299,7 +309,7 @@ export default {
alias: '边框宽度', alias: '边框宽度',
type: 'number', type: 'number',
default: 0, default: 0,
} },
} }
}, },
rect: { rect: {
......
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