Skip to content

Commit 7c8cefd

Browse files
committed
update
1 parent a9c3db1 commit 7c8cefd

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ npm run build
5858

5959
> 本项目主要用于熟悉如何用 vue2 架构一个大型项目
6060
61-
> 如有问题请直接在 Issues 中提,或者可以加我的QQ 1264889788
62-
6361
> 如果对您有帮助,您可以点右上角 "Star" 支持一下 谢谢! ^_^
6462
6563
> 或者您可以 "follow" 一下,我会不断开源更多的有趣的项目
@@ -68,7 +66,7 @@ npm run build
6866
6967
> 特别感谢辰妹子,在百忙之中抽出时间和我一起完成了这个项目,辛苦了🌹
7068
71-
> 如果您发现问题并有非常好的解决方案,欢迎 PR 👍
69+
> 如有问题请直接在 Issues 中提,或者您发现问题并有非常好的解决方案,欢迎 PR 👍
7270
7371
> 推荐一个 react + redux 开源项目,对react感兴趣的朋友赶紧去看看。[地址在这里](https://github.com/bailicangdu/react-pxq)
7472

src/page/profile/children/info.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104

105105
<script>
106106
import {mapMutations, mapState} from 'vuex'
107-
import headTop from '../../../components/header/head'
107+
import headTop from 'src/components/header/head'
108108
import alertTip from 'src/components/common/alertTip'
109109
import {getImgPath} from 'src/components/common/mixin'
110110
@@ -116,8 +116,8 @@
116116
infotel:'', //用户手机
117117
avatar:'', //用户头像
118118
show:false, //显示提示框
119-
isEnter:true,
120-
isLeave:false,
119+
isEnter:true, //是否登陆
120+
isLeave:false, //是否退出
121121
showAlert: false,
122122
alertText: null,
123123
}
@@ -200,7 +200,7 @@
200200
</script>
201201

202202
<style lang="scss" scoped>
203-
@import '../../../style/mixin.scss';
203+
@import 'src/style/mixin.scss';
204204
205205
.rating_page{
206206
position: absolute;

0 commit comments

Comments
 (0)