lrf402788946 5 년 전
부모
커밋
f0c309b81e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/store/login.js

+ 1 - 1
src/store/login.js

@@ -5,7 +5,7 @@ import { Notification } from 'element-ui';
 const jwt = require('jsonwebtoken');
 Vue.use(Vuex);
 const api = {
-  interface: `/api/user/login`,
+  interface: `/api/market/user/login`,
   updatePassword: '/api/user/pwd_edit',
 };
 const state = () => ({});