Compare commits
1 Commits
c6224e52ba
...
devops
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9c8c136e54 |
@@ -50,7 +50,7 @@
|
||||
|
||||
<script>
|
||||
import {mapState} from 'vuex'
|
||||
import AiUploader from './AiUploader'
|
||||
import AiUploader from './components/AiUploader.vue'
|
||||
export default {
|
||||
name: 'AppPatrolReport',
|
||||
appName: '事件添加',
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
<script>
|
||||
import {mapState} from 'vuex'
|
||||
import AiImage from './AiImage'
|
||||
import AiImage from './AiImage.vue'
|
||||
|
||||
export default {
|
||||
name: 'AiUploader',
|
||||
Reference in New Issue
Block a user