28085
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
const install = function(Vue) {
|
const install = function(Vue) {
|
||||||
if (install.installed) return Promise.resolve();
|
if (install.installed) return Promise.resolve();
|
||||||
else {
|
else {
|
||||||
let contexts = require.context('../project/shandong10086/apps', true, /(\/.+)\/App[^\/]+\.vue$/);
|
let contexts = require.context('../packages', true, /(\/.+)\/App[^\/]+\.vue$/);
|
||||||
if (contexts) {
|
if (contexts) {
|
||||||
contexts.keys().map((e) => {
|
contexts.keys().map((e) => {
|
||||||
if (contexts(e).default) {
|
if (contexts(e).default) {
|
||||||
|
|||||||
@@ -461,7 +461,11 @@
|
|||||||
return this.$message.error('请上传图片')
|
return this.$message.error('请上传图片')
|
||||||
}
|
}
|
||||||
|
|
||||||
this.images.push(this.form.images)
|
this.images = [
|
||||||
|
...this.images,
|
||||||
|
...this.form.images
|
||||||
|
]
|
||||||
|
|
||||||
this.form.images = []
|
this.form.images = []
|
||||||
this.isShowAddImg = false
|
this.isShowAddImg = false
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -620,7 +620,7 @@ const components = [
|
|||||||
title: '',
|
title: '',
|
||||||
moniterId: '',
|
moniterId: '',
|
||||||
monitorType: 'cmcc',
|
monitorType: 'cmcc',
|
||||||
api: '/app/appzyvideoequipment/list',
|
api: '/app/appzyvideoequipment/list2',
|
||||||
border: 'border2',
|
border: 'border2',
|
||||||
sourceDataId: '',
|
sourceDataId: '',
|
||||||
dataType: 'staticData',
|
dataType: 'staticData',
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<ai-list class="villagecode">
|
<ai-list class="villagecode">
|
||||||
<template slot="title">
|
<template slot="title">
|
||||||
<ai-title title="一村一码" isShowBottomBorder></ai-title>
|
<ai-title title="一村一群" isShowBottomBorder></ai-title>
|
||||||
</template>
|
</template>
|
||||||
<template #left>
|
<template #left>
|
||||||
<div class="villagecode-left">
|
<div class="villagecode-left">
|
||||||
|
|||||||
Reference in New Issue
Block a user