去除index.js和index.vue冲突,修改为indexApi.js

This commit is contained in:
熊丽君
2021-12-16 11:06:38 +08:00
parent 233b9bd0f7
commit ac19eed4dc
10 changed files with 8 additions and 8 deletions

View File

@ -148,7 +148,7 @@
</template>
<script>
import { centerOneList, updateAnnualTarget } from './index'
import { centerOneList, updateAnnualTarget } from './indexApi'
import { getToken } from '@/utils/auth'
export default {

View File

@ -83,7 +83,7 @@
</el-row>
</template>
<script>
import { centerTwoList, centerTwoImportTemplate } from './index'
import { centerTwoList, centerTwoImportTemplate } from './indexApi'
import { getToken } from '@/utils/auth'
export default {
data() {

View File

@ -75,7 +75,7 @@
</el-row>
</template>
<script>
import { leftOneList, importTemplate } from './index'
import { leftOneList, importTemplate } from './indexApi'
import { getToken } from '@/utils/auth'
export default {
data() {

View File

@ -81,7 +81,7 @@
</el-row>
</template>
<script>
import { leftTwoList, leftTwoImportTemplate } from './index'
import { leftTwoList, leftTwoImportTemplate } from './indexApi'
import { getToken } from '@/utils/auth'
export default {
data() {

View File

@ -66,7 +66,7 @@
</el-row>
</template>
<script>
import { rightOneList, rightOneImportTemplate } from './index'
import { rightOneList, rightOneImportTemplate } from './indexApi'
import { getToken } from '@/utils/auth'
export default {
data() {

View File

@ -71,7 +71,7 @@
</el-row>
</template>
<script>
import { rightTwoList, rightTwoImportTemplate, rightTwoDel } from './index'
import { rightTwoList, rightTwoImportTemplate, rightTwoDel } from './indexApi'
import { getToken } from '@/utils/auth'
export default {
data() {

View File

@ -100,7 +100,7 @@
</template>
<script>
import { rightThreeList, rightThreeAdd, rightThreeUpdate } from './index'
import { rightThreeList, rightThreeAdd, rightThreeUpdate } from './indexApi'
import { getToken } from '@/utils/auth'
export default {

View File

@ -76,7 +76,7 @@
</el-row>
</template>
<script>
import { leftOneList, importTemplate } from './index'
import { leftOneList, importTemplate } from './indexApi'
import { getToken } from '@/utils/auth'
export default {
data() {