|
@@ -174,7 +174,7 @@ export default {
|
|
|
// 退出登录
|
|
|
logOut () {
|
|
|
var access_token = localStorage.getItem('CZC_token');
|
|
|
- this.$http.postForm('/user-auth/user/logout', { access_token: access_token }).then(({ status, data, msg }) => {
|
|
|
+ this.$http.postForm('/czc-user-auth/user/logout', { access_token: access_token }).then(({ status, data, msg }) => {
|
|
|
if (0 === status) {
|
|
|
this.$message({
|
|
|
type: 'success',
|