Store_Vuex init...
This commit is contained in:
parent
d7f61c4a35
commit
8790bcc516
@ -49,7 +49,7 @@
|
||||
|
||||
<script>
|
||||
// 참고 : https://kdydesign.github.io/2019/04/06/vuejs-vuex-helper/
|
||||
import authService from '../service/api/authApi'
|
||||
import authService from '../service/authService'
|
||||
export default {
|
||||
data() {
|
||||
//console.log(this.$route)
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import jwt from '../../common/jwt'
|
||||
import jwt from '../service/jwt'
|
||||
//참조: https://yamoo9.github.io/axios/guide/interceptors.html
|
||||
|
||||
// count state 속성 추가
|
||||
|
||||
Loading…
Reference in New Issue
Block a user