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
14cc2b13
Commit
14cc2b13
authored
Nov 13, 2019
by
张晨辰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: label fix
parent
f0c39d99
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
config.js
src/config.js
+2
-2
properties.js
src/utils/properties.js
+1
-1
No files found.
src/config.js
View file @
14cc2b13
...
...
@@ -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'
;
...
...
src/utils/properties.js
View file @
14cc2b13
...
...
@@ -111,7 +111,7 @@ export default {
textAlign
:
{
title
:
'文本对齐'
,
type
:
'select'
,
prop
s
:
[
option
s
:
[
{
label
:
'靠左'
,
value
:
'left'
},
{
label
:
'居中'
,
value
:
'center'
},
{
label
:
'靠右'
,
value
:
'right'
}
...
...
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