Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
weex-template
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guest
weex-template
Commits
3a951bc8
Commit
3a951bc8
authored
Jan 15, 2020
by
Star Diao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add script for package.json
parent
40bdcc85
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2723 deletions
+3
-2723
package-lock.json
package-lock.json
+0
-2721
package.json
package.json
+3
-0
user.js
src/js/provider/src/user.js
+0
-2
No files found.
package-lock.json
deleted
100755 → 0
View file @
40bdcc85
This source diff could not be displayed because it is too large. You can
view the blob
instead.
package.json
View file @
3a951bc8
...
...
@@ -4,6 +4,9 @@
"description"
:
"a project for weex"
,
"main"
:
"index.js"
,
"scripts"
:
{
"dev"
:
"sl-weex dev"
,
"build"
:
"sl-weex build"
,
"pack"
:
"sl-weex pack"
,
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"keywords"
:
[
...
...
src/js/provider/src/user.js
View file @
3a951bc8
...
...
@@ -28,8 +28,6 @@ export default class UserProvider {
},
js
/
providers
/
user
.
js
//退出登录操作
loginOut
()
{
let
url
=
'user/logout'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment