Youhu
This commit is contained in:
parent
a9677fb0fc
commit
030d99556a
10
src/App.vue
10
src/App.vue
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { mapState, mapActions } from 'vuex'
|
import { mapState, mapActions } from 'vuex'
|
||||||
import * as dd from 'dingtalk-jsapi'
|
// import * as dd from 'dingtalk-jsapi'
|
||||||
import { apiDingtalkLogin, apiUserInfo } from '@/api/login'
|
import { apiDingtalkLogin, apiUserInfo } from '@/api/login'
|
||||||
export default {
|
export default {
|
||||||
name: 'App',
|
name: 'App',
|
||||||
@ -27,10 +27,10 @@ export default {
|
|||||||
},
|
},
|
||||||
async created () {
|
async created () {
|
||||||
console.log('this', this)
|
console.log('this', this)
|
||||||
if (!dd.other) {
|
// if (!dd.other) {
|
||||||
await this.handleGetDingtalkCode()
|
// await this.handleGetDingtalkCode()
|
||||||
await this.handleDingtalkLogin()
|
// await this.handleDingtalkLogin()
|
||||||
}
|
// }
|
||||||
|
|
||||||
this.GET_DEPLIST()
|
this.GET_DEPLIST()
|
||||||
},
|
},
|
||||||
|
|||||||
@ -13,6 +13,6 @@ const router = [
|
|||||||
|
|
||||||
export default new Router({
|
export default new Router({
|
||||||
base: '/digitization/',
|
base: '/digitization/',
|
||||||
// mode: 'history',
|
mode: 'history',
|
||||||
routes: [...configRouter, ...kpiRouter, ...router]
|
routes: [...configRouter, ...kpiRouter, ...router]
|
||||||
})
|
})
|
||||||
|
|||||||
@ -84,7 +84,6 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import {apiGetAssessList, apiDeleteAssessList} from '@/api/assessment'
|
import {apiGetAssessList, apiDeleteAssessList} from '@/api/assessment'
|
||||||
console.log('apiGetAssessList: ', apiGetAssessList)
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user