修复:所有许愿树视图文件API引用路径统一为小写wishtree

This commit is contained in:
xiao12feng8 2025-12-31 15:02:54 +08:00
parent 077e4613bd
commit f7a0291b8c
7 changed files with 7 additions and 7 deletions

View File

@ -95,7 +95,7 @@
</template>
<script>
import { wishTreeListApi, wishTreeInfoApi, wishTreeMessageListApi, wishTreeMessageDeleteApi, wishTreeMessageStatusApi } from '@/api/wishTree';
import { wishTreeListApi, wishTreeInfoApi, wishTreeMessageListApi, wishTreeMessageDeleteApi, wishTreeMessageStatusApi } from '@/api/wishtree';
export default {
name: 'WishTreeMessage',

View File

@ -89,7 +89,7 @@
</template>
<script>
import { wishTreeListApi, wishTreeNodeListApi, wishTreeNodeSaveApi, wishTreeNodeUpdateApi, wishTreeNodeDeleteApi, wishTreeNodeStatusApi } from '@/api/wishTree';
import { wishTreeListApi, wishTreeNodeListApi, wishTreeNodeSaveApi, wishTreeNodeUpdateApi, wishTreeNodeDeleteApi, wishTreeNodeStatusApi } from '@/api/wishtree';
export default {
name: 'WishTreeNode',

View File

@ -93,7 +93,7 @@
</template>
<script>
import { wishTreeInfoApi, wishTreeMessageListApi, wishTreeMessageDeleteApi, wishTreeMessageStatusApi } from '@/api/wishTree';
import { wishTreeInfoApi, wishTreeMessageListApi, wishTreeMessageDeleteApi, wishTreeMessageStatusApi } from '@/api/wishtree';
export default {
name: 'WishTreeDetail',

View File

@ -104,7 +104,7 @@
</template>
<script>
import { wishTreeListApi, wishTreeInfoApi, wishTreeSaveApi, wishTreeUpdateApi, wishTreeDeleteApi, wishTreeActivateApi } from '@/api/wishTree';
import { wishTreeListApi, wishTreeInfoApi, wishTreeSaveApi, wishTreeUpdateApi, wishTreeDeleteApi, wishTreeActivateApi } from '@/api/wishtree';
export default {
name: 'WishTreeList',

View File

@ -61,7 +61,7 @@
</template>
<script>
import { backgroundList, backgroundSave, backgroundDelete, festivalList } from '@/api/wishTree';
import { backgroundList, backgroundSave, backgroundDelete, festivalList } from '@/api/wishtree';
export default {
name: 'WishtreeBackground',

View File

@ -78,7 +78,7 @@
</template>
<script>
import { festivalList, festivalSave, festivalDelete, festivalStatus } from '@/api/wishTree';
import { festivalList, festivalSave, festivalDelete, festivalStatus } from '@/api/wishtree';
export default {
name: 'WishtreeFestival',

View File

@ -86,7 +86,7 @@
</template>
<script>
import { getStatistics } from '@/api/wishTree';
import { getStatistics } from '@/api/wishtree';
import * as echarts from 'echarts';
export default {