修复:所有许愿树视图文件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> </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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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 {