Commit d794a70b authored by 郝聪敏's avatar 郝聪敏

fix: 修改测试环境地址

parent 650fa821
...@@ -3,8 +3,8 @@ import Cookies from '@/service/cookieStorage.service.ts'; ...@@ -3,8 +3,8 @@ import Cookies from '@/service/cookieStorage.service.ts';
import localStorage from '@/service/localStorage.service.ts'; import localStorage from '@/service/localStorage.service.ts';
import qs from 'qs'; import qs from 'qs';
const ApiBaseUrl = 'http://passportapi.q-gp.com'; // const ApiBaseUrl = 'http://passportapi.q-gp.com';
const qApi = 'http://qapi.q-gp.com'; const ApiBaseUrl = 'https://passportapi-fe.liangkebang.net';
export default { export default {
getCaptcha() { getCaptcha() {
......
...@@ -143,7 +143,7 @@ export const businessComponents = [ ...@@ -143,7 +143,7 @@ export const businessComponents = [
], ],
value: { value: {
href: 'https://s.xyqb.com/m', href: 'https://s.xyqb.com/m',
leftImg: 'http://activitystatic.xyqb.com/xyqb%402x.png' leftImg: 'http://activitystatic.q-gp.com/xyqb%402x.png'
}, },
commonStyle: {} commonStyle: {}
} }
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="dynamic-form"> <div class="dynamic-form">
<template> <template>
<h4>组件属性</h4> <h4>组件属性</h4>
<Form ref="formCustom" :label-width="60" :model="form"> <Form ref="formCustom" :label-width="70" :model="form">
<FormItem :label="item.name" :key="index" v-for="(item, index) in curElement.schame"> <FormItem :label="item.name" :key="index" v-for="(item, index) in curElement.schame">
<component :is="item.type" v-model="form[item.key]" /> <component :is="item.type" v-model="form[item.key]" />
</FormItem> </FormItem>
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
</template> </template>
<template v-if="eleName === 'freedom-container' || curChildIndex || curChildIndex === 0"> <template v-if="eleName === 'freedom-container' || curChildIndex || curChildIndex === 0">
<h4>基础样式</h4> <h4>基础样式</h4>
<Form ref="formCustom" :label-width="60"> <Form ref="formCustom" :label-width="70">
<FormItem label="尺寸" v-if="eleName === 'freedom-container'"> <FormItem label="尺寸" v-if="eleName === 'freedom-container'">
<Tooltip placement="top" content="全屏"> <Tooltip placement="top" content="全屏">
<Button type="ghost" icon="arrow-resize" @click="resizedEvent(667, 667)"></Button> <Button type="ghost" icon="arrow-resize" @click="resizedEvent(667, 667)"></Button>
......
...@@ -18,7 +18,7 @@ interface CommonStyle { ...@@ -18,7 +18,7 @@ interface CommonStyle {
top: number; top: number;
} }
interface gridLayout { interface GridLayout {
draggable: boolean; draggable: boolean;
rowHeight: number; rowHeight: number;
} }
...@@ -73,5 +73,5 @@ export default interface EditorState { ...@@ -73,5 +73,5 @@ export default interface EditorState {
curChildIndex: number | null; curChildIndex: number | null;
templateList: any[]; templateList: any[];
rowHeight: number; rowHeight: number;
gridLayout: gridLayout; gridLayout: GridLayout;
} }
\ No newline at end of file
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