修复:所有许愿树视图文件API引用路径统一为小写wishtree
This commit is contained in:
parent
077e4613bd
commit
f7a0291b8c
|
|
@ -95,7 +95,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { wishTreeListApi, wishTreeInfoApi, wishTreeMessageListApi, wishTreeMessageDeleteApi, wishTreeMessageStatusApi } from '@/api/wishTree';
|
import { wishTreeListApi, wishTreeInfoApi, wishTreeMessageListApi, wishTreeMessageDeleteApi, wishTreeMessageStatusApi } from '@/api/wishtree';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'WishTreeMessage',
|
name: 'WishTreeMessage',
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { wishTreeListApi, wishTreeNodeListApi, wishTreeNodeSaveApi, wishTreeNodeUpdateApi, wishTreeNodeDeleteApi, wishTreeNodeStatusApi } from '@/api/wishTree';
|
import { wishTreeListApi, wishTreeNodeListApi, wishTreeNodeSaveApi, wishTreeNodeUpdateApi, wishTreeNodeDeleteApi, wishTreeNodeStatusApi } from '@/api/wishtree';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'WishTreeNode',
|
name: 'WishTreeNode',
|
||||||
|
|
|
||||||
|
|
@ -93,7 +93,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { wishTreeInfoApi, wishTreeMessageListApi, wishTreeMessageDeleteApi, wishTreeMessageStatusApi } from '@/api/wishTree';
|
import { wishTreeInfoApi, wishTreeMessageListApi, wishTreeMessageDeleteApi, wishTreeMessageStatusApi } from '@/api/wishtree';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'WishTreeDetail',
|
name: 'WishTreeDetail',
|
||||||
|
|
|
||||||
|
|
@ -104,7 +104,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { wishTreeListApi, wishTreeInfoApi, wishTreeSaveApi, wishTreeUpdateApi, wishTreeDeleteApi, wishTreeActivateApi } from '@/api/wishTree';
|
import { wishTreeListApi, wishTreeInfoApi, wishTreeSaveApi, wishTreeUpdateApi, wishTreeDeleteApi, wishTreeActivateApi } from '@/api/wishtree';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'WishTreeList',
|
name: 'WishTreeList',
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { backgroundList, backgroundSave, backgroundDelete, festivalList } from '@/api/wishTree';
|
import { backgroundList, backgroundSave, backgroundDelete, festivalList } from '@/api/wishtree';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'WishtreeBackground',
|
name: 'WishtreeBackground',
|
||||||
|
|
|
||||||
|
|
@ -78,7 +78,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { festivalList, festivalSave, festivalDelete, festivalStatus } from '@/api/wishTree';
|
import { festivalList, festivalSave, festivalDelete, festivalStatus } from '@/api/wishtree';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'WishtreeFestival',
|
name: 'WishtreeFestival',
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { getStatistics } from '@/api/wishTree';
|
import { getStatistics } from '@/api/wishtree';
|
||||||
import * as echarts from 'echarts';
|
import * as echarts from 'echarts';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user