去除index.js和index.vue冲突,修改为indexApi.js
This commit is contained in:
@ -148,7 +148,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { centerOneList, updateAnnualTarget } from './index'
|
||||
import { centerOneList, updateAnnualTarget } from './indexApi'
|
||||
import { getToken } from '@/utils/auth'
|
||||
|
||||
export default {
|
||||
|
@ -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() {
|
||||
|
@ -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() {
|
||||
|
@ -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() {
|
||||
|
@ -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() {
|
||||
|
@ -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() {
|
||||
|
@ -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 {
|
||||
|
@ -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() {
|
||||
|
Reference in New Issue
Block a user