Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
quantum-blocks
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
quantum-blocks
Commits
d794a70b
Commit
d794a70b
authored
Jan 05, 2021
by
郝聪敏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改测试环境地址
parent
650fa821
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
api.ts
app/web/lib/Form/api/api.ts
+2
-2
config.ts
app/web/lib/config.ts
+1
-1
index.vue
app/web/page/editor/component/DynamicForm/index.vue
+2
-2
state.ts
app/web/page/store/modules/editor/state.ts
+2
-2
No files found.
app/web/lib/Form/api/api.ts
View file @
d794a70b
...
...
@@ -3,8 +3,8 @@ import Cookies from '@/service/cookieStorage.service.ts';
import
localStorage
from
'
@/service/localStorage.service.ts
'
;
import
qs
from
'
qs
'
;
const
ApiBaseUrl
=
'
http://passportapi.q-gp.com
'
;
const
qApi
=
'
http://qapi.q-gp.com
'
;
//
const ApiBaseUrl = 'http://passportapi.q-gp.com';
const
ApiBaseUrl
=
'
https://passportapi-fe.liangkebang.net
'
;
export
default
{
getCaptcha
()
{
...
...
app/web/lib/config.ts
View file @
d794a70b
...
...
@@ -143,7 +143,7 @@ export const businessComponents = [
],
value
:
{
href
:
'
https://s.xyqb.com/m
'
,
leftImg
:
'
http://activitystatic.
xyqb
.com/xyqb%402x.png
'
leftImg
:
'
http://activitystatic.
q-gp
.com/xyqb%402x.png
'
},
commonStyle
:
{}
}
...
...
app/web/page/editor/component/DynamicForm/index.vue
View file @
d794a70b
...
...
@@ -2,7 +2,7 @@
<div
class=
"dynamic-form"
>
<template>
<h4>
组件属性
</h4>
<Form
ref=
"formCustom"
:label-width=
"
6
0"
:model=
"form"
>
<Form
ref=
"formCustom"
:label-width=
"
7
0"
:model=
"form"
>
<FormItem
:label=
"item.name"
:key=
"index"
v-for=
"(item, index) in curElement.schame"
>
<component
:is=
"item.type"
v-model=
"form[item.key]"
/>
</FormItem>
...
...
@@ -10,7 +10,7 @@
</
template
>
<
template
v-if=
"eleName === 'freedom-container' || curChildIndex || curChildIndex === 0"
>
<h4>
基础样式
</h4>
<Form
ref=
"formCustom"
:label-width=
"
6
0"
>
<Form
ref=
"formCustom"
:label-width=
"
7
0"
>
<FormItem
label=
"尺寸"
v-if=
"eleName === 'freedom-container'"
>
<Tooltip
placement=
"top"
content=
"全屏"
>
<Button
type=
"ghost"
icon=
"arrow-resize"
@
click=
"resizedEvent(667, 667)"
></Button>
...
...
app/web/page/store/modules/editor/state.ts
View file @
d794a70b
...
...
@@ -18,7 +18,7 @@ interface CommonStyle {
top
:
number
;
}
interface
g
ridLayout
{
interface
G
ridLayout
{
draggable
:
boolean
;
rowHeight
:
number
;
}
...
...
@@ -73,5 +73,5 @@ export default interface EditorState {
curChildIndex
:
number
|
null
;
templateList
:
any
[];
rowHeight
:
number
;
gridLayout
:
g
ridLayout
;
gridLayout
:
G
ridLayout
;
}
\ No newline at end of file
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