|
@@ -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 = () => ({});
|