Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d8708376
authored
2020-04-21 01:49:22 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
856f4cc7
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
0 deletions
src/pages/news-detail/news-detail.js
src/pages/news-list/news-list.js
src/pages/password-find/password-find.js
src/pages/password-reset/password-reset.js
src/pages/register/register.js
src/pages/news-detail/news-detail.js
View file @
d870837
/**
* 页面描述:新闻详情页
*/
import
{
mapState
}
from
"vuex"
;
...
...
src/pages/news-list/news-list.js
View file @
d870837
/**
* 页面描述:新闻列表页
*/
import
api
from
'@/api/api'
import
{
httpGet
,
...
...
src/pages/password-find/password-find.js
View file @
d870837
/**
* 页面描述:找回密码
*/
import
api
from
'@/api/api'
import
{
httpGet
,
...
...
src/pages/password-reset/password-reset.js
View file @
d870837
/**
* 页面描述:密码重置
*/
import
{
mapGetters
,
mapActions
,
mapState
}
from
"vuex"
;
...
...
@@ -70,6 +74,7 @@ export default {
oneAccountCenterOff
()
{
return
window
.
global
.
oneAccountCenterOff
;
},
// 重置密码
resetPwd
()
{
if
(
this
.
submitBtnDisabled
)
{
return
;
...
...
src/pages/register/register.js
View file @
d870837
/**
* 页面描述:用户注册
*/
import
{
mapState
}
from
"vuex"
;
import
api
from
'@/api/api'
...
...
Please
register
or
sign in
to post a comment