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

fix: 修改测试环境地址

parent 650fa821
......@@ -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() {
......
......@@ -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: {}
}
......
......@@ -2,7 +2,7 @@
<div class="dynamic-form">
<template>
<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">
<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="60">
<Form ref="formCustom" :label-width="70">
<FormItem label="尺寸" v-if="eleName === 'freedom-container'">
<Tooltip placement="top" content="全屏">
<Button type="ghost" icon="arrow-resize" @click="resizedEvent(667, 667)"></Button>
......
......@@ -18,7 +18,7 @@ interface CommonStyle {
top: number;
}
interface gridLayout {
interface GridLayout {
draggable: boolean;
rowHeight: number;
}
......@@ -73,5 +73,5 @@ export default interface EditorState {
curChildIndex: number | null;
templateList: any[];
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