Commit 02a2f074 by 肖康

main修改

parent e80cf341
Showing with 4 additions and 7 deletions
...@@ -4,10 +4,7 @@ import filters from '@/filters' ...@@ -4,10 +4,7 @@ import filters from '@/filters'
import router from '@/router/index.js' import router from '@/router/index.js'
import { RouterMount } from 'uni-simple-router' import { RouterMount } from 'uni-simple-router'
import directive from '@/directive' import directive from '@/directive'
import {
Ichunt_Api,
Api_Url
} from '@/util/api.js';
// #ifndef VUE3 // #ifndef VUE3
import Vue from 'vue' import Vue from 'vue'
Vue.config.productionTip = false Vue.config.productionTip = false
......
...@@ -156,9 +156,9 @@ ...@@ -156,9 +156,9 @@
</template> </template>
<script> <script>
import { import {
Ichunt_Api, Ichunt_Api,
Api_Url Api_Url
} from '@/util/api.js'; } from '@/util/api.js';
import bottomNavFixed from '@/components/bottom_nav.vue'; import bottomNavFixed from '@/components/bottom_nav.vue';
export default { export default {
data() { data() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment