File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {
1+ export default {
22 "inputTypes" : [ {
33 "value" : "name" ,
44 "label" : "姓名"
Original file line number Diff line number Diff line change 1- {
1+ export default {
22 "pageConfig" : {
33 "title" : "云忆网络" ,
44 "backgroundColor" : "#fff" ,
Original file line number Diff line number Diff line change 1- {
1+ export default {
22 "basicComponents" : [
33 {
44 "type" : "phone" ,
Original file line number Diff line number Diff line change 4848
4949<script >
5050import { mapState } from ' vuex' ;
51- import pageConfigData from ' @/assets/json /page-config.json '
51+ import pageConfigData from ' @/assets/js /page-config.js '
5252export default {
5353 data () {
5454 return {
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ import WidgetConfig from '@/components/widget-config'
6262import PageConfig from ' @/components/page-config'
6363import WidgetForm from ' @/components/widget-form'
6464
65- import allWidget from ' @/assets/json /widget.json '
66- import pageConfigData from ' @/assets/json /page-config.json '
65+ import allWidget from ' @/assets/js /widget.js '
66+ import pageConfigData from ' @/assets/js /page-config.js '
6767
6868export default {
6969 name: ' form-design' ,
You can’t perform that action at this time.
0 commit comments