Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zeroing-editor
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
劳工
zeroing-editor
Commits
edd8061d
Commit
edd8061d
authored
Apr 15, 2020
by
rockyl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉压缩
parent
f411f96c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
config.js
src/config.js
+1
-1
properties.js
src/utils/properties.js
+11
-1
No files found.
src/config.js
View file @
edd8061d
...
...
@@ -6,7 +6,7 @@ export let API_HOST;
if
(
process
.
env
.
NODE_ENV
===
'development'
)
{
//API_HOST = '//10.10.95.74: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 = '//localhost:3002';
//API_HOST = window.__data.apiHost;
...
...
src/utils/properties.js
View file @
edd8061d
...
...
@@ -131,6 +131,16 @@ export default {
type
:
'color'
,
default
:
'#000'
},
stroke
:
{
alias
:
'描边宽度'
,
type
:
'number'
,
default
:
0
,
},
strokeColor
:
{
alias
:
'描边颜色'
,
type
:
'color'
,
default
:
'#ffffff'
},
lineType
:
{
alias
:
'自动换行'
,
type
:
'enum'
,
...
...
@@ -299,7 +309,7 @@ export default {
alias
:
'边框宽度'
,
type
:
'number'
,
default
:
0
,
}
}
,
}
},
rect
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment