Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vue-admin #1218

Open
wants to merge 355 commits into
base: master
Choose a base branch
from
Open

vue-admin #1218

wants to merge 355 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 6, 2017

  1. solve the bug of breadcrumbNav

    by editting util.js
    Lison committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    de52967 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a5398d View commit details
    Browse the repository at this point in the history
  3. add logo on Main.vue

    Lison committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    77a8a67 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2017

  1. solve a bug of animateinput.vue

    Lison committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    f2afce6 View commit details
    Browse the repository at this point in the history
  2. Simplify and optimize code

    Use more concise code to implement the breadcrumb array generation
    Lison committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    6e18669 View commit details
    Browse the repository at this point in the history
  3. add badge on Main.vue to remind message

    Lison committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    c9316b7 View commit details
    Browse the repository at this point in the history
  4. update

    remove console.log()
    Lison committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    427887d View commit details
    Browse the repository at this point in the history
  5. update

    create function openPage in util.js
    Lison committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    28e2ab0 View commit details
    Browse the repository at this point in the history
  6. update

    change $router.push name from 'home' to 'home_index'
    Lison committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    8916eb7 View commit details
    Browse the repository at this point in the history
  7. add basic of message page

    Lison committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    3685ecf View commit details
    Browse the repository at this point in the history
  8. update message page

    use table to show message list
    Lison committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    4b727b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2017

  1. add message page

    Lison committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    a40bfff View commit details
    Browse the repository at this point in the history
  2. update article-publish

    change day from date.getDay() to date.getDate()
    Lison committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    75cb076 View commit details
    Browse the repository at this point in the history
  3. create a part of lock screen

    Lison committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    82445bc View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2017

  1. add lock component

    Lison committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    74e91c6 View commit details
    Browse the repository at this point in the history
  2. update lock component

    Lison committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    2d7678d View commit details
    Browse the repository at this point in the history
  3. update unlock component

    Lison committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    0ea203b View commit details
    Browse the repository at this point in the history
  4. remove vue-baidu-map package

    Lison committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    d518c87 View commit details
    Browse the repository at this point in the history
  5. update home page

    remove all of the setInterval
    Lison committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    cfcba8e View commit details
    Browse the repository at this point in the history
  6. Reconstruction editable table

    add editable table inline
    Lison committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    9b5a422 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

  1. update editableTable

    Lison committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    6b66019 View commit details
    Browse the repository at this point in the history
  2. update editable-table page icon

    Lison committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    11b451b View commit details
    Browse the repository at this point in the history
  3. update editableTable

    the incell editbtn will just display when you move mouse on td
    Lison committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    aec4375 View commit details
    Browse the repository at this point in the history
  4. update editable-page and it's router

    Lison committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    9ac2163 View commit details
    Browse the repository at this point in the history
  5. change login page layout and style

    Lison committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    4c5e7ee View commit details
    Browse the repository at this point in the history
  6. remove animationInput component

    Lison committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    924888c View commit details
    Browse the repository at this point in the history
  7. set editableTable's btn style

    Lison committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    2e9c659 View commit details
    Browse the repository at this point in the history
  8. set markdown editor toolbar

    Lison committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    b94baf6 View commit details
    Browse the repository at this point in the history
  9. add greeting notice after logined

    Lison committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    ec3b814 View commit details
    Browse the repository at this point in the history
  10. change the icon of formEdit in sidebarmenu

    Lison committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    88255c0 View commit details
    Browse the repository at this point in the history
  11. update the processing method of map menulist

    Lison committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    d395447 View commit details
    Browse the repository at this point in the history
  12. create 4 pages about error page

    Lison committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    03151fe View commit details
    Browse the repository at this point in the history
  13. add 404 page

    When you access a page that does not exist, it will jump to page 404
    Lison committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    fe91797 View commit details
    Browse the repository at this point in the history
  14. add 500 error page

    Lison committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    9075e64 View commit details
    Browse the repository at this point in the history
  15. update

    Lison committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    f085d60 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. add 401 error page

    Lison committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    2bdfb50 View commit details
    Browse the repository at this point in the history
  2. add error-page

    Lison committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    c3ddd58 View commit details
    Browse the repository at this point in the history
  3. update icons on error-page card title

    Lison committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    f136c0d View commit details
    Browse the repository at this point in the history
  4. update menulist and tagslist init type

    Lison committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    dab0f25 View commit details
    Browse the repository at this point in the history
  5. add menulist filter by access

    Lison committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    d7818f5 View commit details
    Browse the repository at this point in the history
  6. update

    Lison committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    7ff6a69 View commit details
    Browse the repository at this point in the history
  7. add access page

    Lison committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    8397974 View commit details
    Browse the repository at this point in the history
  8. update

    Lison committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    e0aee96 View commit details
    Browse the repository at this point in the history
  9. update access page introduction

    Lison committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    1d61980 View commit details
    Browse the repository at this point in the history
  10. perfect theme switching

    we made it shows theme by user,  it applicat different theme according to different user.
    Lison committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    a6a3bc8 View commit details
    Browse the repository at this point in the history
  11. perfect localStorage

    it will clear all of the data of localStorage except theme after login out
    Lison committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    1838c83 View commit details
    Browse the repository at this point in the history
  12. remove access-test.vue

    Lison committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    92c632e View commit details
    Browse the repository at this point in the history
  13. update function about set current pathArr

    Lison committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    4aca0be View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2017

  1. update sidebarMenu component

    Lison committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    c3bbe9b View commit details
    Browse the repository at this point in the history
  2. add sidebarMenuShrink component

    perfect sidebarmenu when click menu button to hide menu item's text
    Lison committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    ce826f0 View commit details
    Browse the repository at this point in the history
  3. update sidebarMenuShrink component

    when you click a menu item which doesn't has child item, it will open page directly
    Lison committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    8208d02 View commit details
    Browse the repository at this point in the history
  4. update sidebarMenuShrink component

    it's icon color can change by menu theme
    Lison committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    3d709ff View commit details
    Browse the repository at this point in the history
  5. perfect code

    Lison committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    dbe076a View commit details
    Browse the repository at this point in the history
  6. update menu btn in Main.vue

    Lison committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    8f663de View commit details
    Browse the repository at this point in the history
  7. update login out

    clear opendSubmenu array after login out
    Lison committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    85d1925 View commit details
    Browse the repository at this point in the history
  8. update sidebar-menu-con overflow style

    Lison committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    f6cd071 View commit details
    Browse the repository at this point in the history
  9. add icon to sidebarMenuShrink menuitem

    Lison committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    c0a3fb2 View commit details
    Browse the repository at this point in the history
  10. update

    Lison committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    aee532b View commit details
    Browse the repository at this point in the history
  11. change message icon

    Lison committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    5127ef4 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2017

  1. update dependencies

    icarusion committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    66b4b56 View commit details
    Browse the repository at this point in the history
  2. update

    icarusion committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    a00bfc6 View commit details
    Browse the repository at this point in the history
  3. update

    Lison committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    1bdd64f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c1419a View commit details
    Browse the repository at this point in the history
  5. update logo

    icarusion committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    75ff8fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    550dc7b View commit details
    Browse the repository at this point in the history
  7. simplify city data

    Lison committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    31eaa70 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    35b590f View commit details
    Browse the repository at this point in the history
  9. change Main.vue 's layout

    Lison committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    077ab1f View commit details
    Browse the repository at this point in the history
  10. update

    change theme switch icon, fixed bug of locking.
    Lison committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    4247a8f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    13e42ae View commit details
    Browse the repository at this point in the history
  12. update router beforeeach handle

    we update router beforeeach handle to make locking much more safe and perfect
    Lison committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    3113b3a View commit details
    Browse the repository at this point in the history
  13. update sidebarMenuShrink component

    remove parent class title
    Lison committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    a2cfdc9 View commit details
    Browse the repository at this point in the history
  14. eidt theme switch dropdown icon

    Lison committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    63aca63 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fd55276 View commit details
    Browse the repository at this point in the history
  16. Update README.md

    icarusion committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    495270a View commit details
    Browse the repository at this point in the history
  17. fixed bug about breadcrumbNav

    fixed bug that doesn't show breadcrumbNav correcttly when open page configed in  otherRouter
    Lison committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    183e810 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    77d752c View commit details
    Browse the repository at this point in the history
  19. update iview to 2.5.0-beta.1, and add icon

    Lison committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    893b3d8 View commit details
    Browse the repository at this point in the history
  20. edit avator img url

    Lison committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    aab9631 View commit details
    Browse the repository at this point in the history
  21. update

    Lison committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    c518003 View commit details
    Browse the repository at this point in the history
  22. update editable-table column data

    Lison committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    7987abb View commit details
    Browse the repository at this point in the history
  23. update locking handle

    Lison committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    5587f7a View commit details
    Browse the repository at this point in the history
  24. update readme

    Lison committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    d2307be View commit details
    Browse the repository at this point in the history
  25. update readme

    Lison committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    f8c7a07 View commit details
    Browse the repository at this point in the history
  26. update readme

    Lison committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    f8521ae View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2017

  1. change init avator way

    Lison committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    48626b3 View commit details
    Browse the repository at this point in the history
  2. change avator path

    Lison committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    094869a View commit details
    Browse the repository at this point in the history
  3. create enter keydown event to unlock

    Lison committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    5194bc4 View commit details
    Browse the repository at this point in the history
  4. Update READEME.md

    Lison committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    b3a7e1f View commit details
    Browse the repository at this point in the history
  5. test github-gif

    Lison committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    915206d View commit details
    Browse the repository at this point in the history
  6. add effect show gif

    Lison committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    c941402 View commit details
    Browse the repository at this point in the history
  7. Update README.md , add effect show

    Lison committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    72aa174 View commit details
    Browse the repository at this point in the history
  8. add file tree to readme.md

    Lison committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    ecbb0e7 View commit details
    Browse the repository at this point in the history
  9. update readme.md file tree

    Lison committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    fcd2877 View commit details
    Browse the repository at this point in the history
  10. prod

    Lison committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    a9a78de View commit details
    Browse the repository at this point in the history
  11. router config

    Lison committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    9e673f1 View commit details
    Browse the repository at this point in the history
  12. update index.ejs

    Lison committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    2cc51d9 View commit details
    Browse the repository at this point in the history
  13. update

    Lison committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    215fa00 View commit details
    Browse the repository at this point in the history
  14. update

    Lison committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    869cf55 View commit details
    Browse the repository at this point in the history
  15. update

    Lison committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    cc6dd28 View commit details
    Browse the repository at this point in the history
  16. update

    Lison committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    3895afe View commit details
    Browse the repository at this point in the history
  17. update ejs template

    Lison committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    9a5a131 View commit details
    Browse the repository at this point in the history
  18. update

    Lison committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    fb9e48b View commit details
    Browse the repository at this point in the history
  19. update readme

    icarusion committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    49f7edd View commit details
    Browse the repository at this point in the history
  20. update

    Lison committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    cae7f14 View commit details
    Browse the repository at this point in the history
  21. update

    Lison committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    89b2638 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0c71149 View commit details
    Browse the repository at this point in the history
  23. move theme style file

    Lison committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    2c4a8a7 View commit details
    Browse the repository at this point in the history
  24. update

    Lison committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    56e0ead View commit details
    Browse the repository at this point in the history
  25. fixed bug about fullscreen

    Lison committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    5fa14a3 View commit details
    Browse the repository at this point in the history
  26. update readme

    icarusion committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    0a59e25 View commit details
    Browse the repository at this point in the history
  27. Update README.md

    Lison committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    5f9d7c3 View commit details
    Browse the repository at this point in the history
  28. update

    Lison committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    ff65105 View commit details
    Browse the repository at this point in the history
  29. update .gitignore

    Lison committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    7a21b04 View commit details
    Browse the repository at this point in the history
  30. update

    Lison committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    019524c View commit details
    Browse the repository at this point in the history
  31. update

    Lison committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    e97245a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2017

  1. update .gitignore

    Lison committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    a1f3c40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0a5e42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4a9bb4 View commit details
    Browse the repository at this point in the history
  4. update

    Lison committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    1fecd8d View commit details
    Browse the repository at this point in the history
  5. update

    Lison committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    22eeaea View commit details
    Browse the repository at this point in the history
  6. fixed message bug when click left class btn don't show message list o…

    …f this class
    Lison committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    ae32855 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f52c93 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c308e1e View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

  1. change message switch animation

    Lison committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    63a5967 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    859d6b3 View commit details
    Browse the repository at this point in the history
  3. 修复complie失败错误

    onionch committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    c1ef4b1 View commit details
    Browse the repository at this point in the history
  4. add image cropper

    Lison committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    c10b8f5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #38 from onionch/dev

    fixed complie fail error
    Lison committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    c9738b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    263b33e View commit details
    Browse the repository at this point in the history
  7. Update README.md

    Lison committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    68a4e98 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    Lison committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    ca207cf View commit details
    Browse the repository at this point in the history
  9. Update README.md

    Lison committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    6543ee7 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2017

  1. change image-editor page button layout

    Lison committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    ab1a460 View commit details
    Browse the repository at this point in the history
  2. update

    Lison committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    6650577 View commit details
    Browse the repository at this point in the history
  3. add image-editor gif

    zhigang.li committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    a691962 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Lison committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    4799d26 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    Lison committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    b873f05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b0d70a View commit details
    Browse the repository at this point in the history
  7. add argument-page

    you can config router with argument, and it can also create a tag when open it
    Lison committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    b18e520 View commit details
    Browse the repository at this point in the history
  8. update tagsPageOpened

    Lison committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    0ad9165 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2017

  1. Update README.md

    Lison committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    b121f75 View commit details
    Browse the repository at this point in the history
  2. Update package.json

    Lison committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    d75a867 View commit details
    Browse the repository at this point in the history
  3. update to v1.1.0

    perfect page tags.
    add 'close all' and 'close others' option.
    make page keep current state
    Lison committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    2f533ad View commit details
    Browse the repository at this point in the history
  4. edit transition

    Lison committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    26df229 View commit details
    Browse the repository at this point in the history
  5. update tags gif

    zhigang.li committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    82156b2 View commit details
    Browse the repository at this point in the history
  6. update

    zhigang.li committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    9a787e4 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    Lison committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    4d514c4 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    Lison committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    7eaee69 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    Lison committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    054da54 View commit details
    Browse the repository at this point in the history
  10. perfect cache page state

    Lison committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    4610e23 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2017

  1. perfect tagsPageOpened move to view

    Lison committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    1444d8b View commit details
    Browse the repository at this point in the history
  2. fixed the bug of tags move to view when tag's left-hand at left of vi…

    …sible area and right-hand at right of visible area
    Lison committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    60dba87 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2017

  1. fixed scrollbar blinking bug when scroll tags

    Lison committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    5a884ed View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Lison committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    4d8f0be View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Lison committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    9230745 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Lison committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    f013ab9 View commit details
    Browse the repository at this point in the history
  5. update login page

    Lison committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    b207ec9 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Lison committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    b0b3403 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44eedde View commit details
    Browse the repository at this point in the history
  8. fixed bug that user can visit each page even though don't have access…

    … by edit url
    Lison committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    acef254 View commit details
    Browse the repository at this point in the history
  9. update

    Lison committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    b4f7654 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c614fec View commit details
    Browse the repository at this point in the history
  11. update message page layout

    Lison committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    219babd View commit details
    Browse the repository at this point in the history
  12. Update README.md

    Lison committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    eed09d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2017

  1. Configuration menu
    Copy the full SHA
    763e7d1 View commit details
    Browse the repository at this point in the history
  2. update advanced-router child page icon

    Lison committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    6c2232b View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Lison committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    2095921 View commit details
    Browse the repository at this point in the history
  4. update

    Lison committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    88e582a View commit details
    Browse the repository at this point in the history
  5. create animation to sidebarmenu

    Lison committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    baf1881 View commit details
    Browse the repository at this point in the history
  6. update to 1.1.2

    Lison committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    8735b8d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2bcdafd View commit details
    Browse the repository at this point in the history
  8. fixed small bug

    Lison committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    62aa168 View commit details
    Browse the repository at this point in the history
  9. update

    Lison committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    c315753 View commit details
    Browse the repository at this point in the history
  10. Update README.md

    Lison committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    46375f2 View commit details
    Browse the repository at this point in the history
  11. fixed bug that it will not show tag when click back button to back a …

    …closed page
    Lison committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    ba9f5a8 View commit details
    Browse the repository at this point in the history
  12. add searchable-table

    Lison committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    69edee8 View commit details
    Browse the repository at this point in the history
  13. update to 1.1.3

    Lison committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    5263a3a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2017

  1. Configuration menu
    Copy the full SHA
    de17580 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. fixed bug of fullscreen

    zhigang.li committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    6439d0a View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2017

  1. fixed dug of todolist

    zhigang.li committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    ad02912 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

  1. Update README.md

    Lison committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    86ac52a View commit details
    Browse the repository at this point in the history
  2. update to v1.1.4

    zhigang.li committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    ef4601f View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Lison committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    5b51454 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2017

  1. fix bug for issues #110

    任珽 committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    abd11ef View commit details
    Browse the repository at this point in the history
  2. fix bug for issues #110

    任珽 committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    8b30d90 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #136 from RenShine/dev

    fix bug for issues #110
    Lison committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    5fe0434 View commit details
    Browse the repository at this point in the history
  4. fixed the bug of closetag dropdown

    zhigang.li committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    bc12260 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2017

  1. move stylesheet from index.html to main.less

    zhigang.li committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    b989646 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2017

  1. Update README.md

    Lison committed Nov 4, 2017
    Configuration menu
    Copy the full SHA
    d1cb2ec View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2017

  1. add area-linkage

    zhigang.li committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    5324522 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5406b78 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2017

  1. update

    zhigang.li committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    25401c5 View commit details
    Browse the repository at this point in the history
  2. update iview-area version

    zhigang.li committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    b9ef1ac View commit details
    Browse the repository at this point in the history
  3. update

    zhigang.li committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    6418338 View commit details
    Browse the repository at this point in the history
  4. update

    zhigang.li committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    e2dfe5c View commit details
    Browse the repository at this point in the history
  5. update

    zhigang.li committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    0515448 View commit details
    Browse the repository at this point in the history
  6. update

    zhigang.li committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    269008c View commit details
    Browse the repository at this point in the history
  7. update

    zhigang.li committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    d7166d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2017

  1. Update README.md

    Lison committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    b53b783 View commit details
    Browse the repository at this point in the history
  2. Update package.json

    Lison committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    37766e3 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Lison committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    b1b8cfd View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Lison committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    ea6c9f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2017

  1. update to 1.2.0

    zhigang.li committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    dedefa5 View commit details
    Browse the repository at this point in the history
  2. update to 1.2.0

    zhigang.li committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    2b0c51f View commit details
    Browse the repository at this point in the history
  3. edit version number

    zhigang.li committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    ab2d4ff View commit details
    Browse the repository at this point in the history
  4. update

    zhigang.li committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    0b1d700 View commit details
    Browse the repository at this point in the history
  5. update

    zhigang.li committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    35fda9f View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Lison committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    e8dc570 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    Lison committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    2eae744 View commit details
    Browse the repository at this point in the history
  8. readme.md

    zhigang.li committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    362ae8f View commit details
    Browse the repository at this point in the history
  9. readme.md

    zhigang.li committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    6669bdb View commit details
    Browse the repository at this point in the history
  10. Update README.md

    Lison committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    5619c85 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2017

  1. change file name Involves the case

    zhigang.li committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    9ae8d91 View commit details
    Browse the repository at this point in the history
  2. update

    zhigang.li committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    2db30d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2017

  1. update

    zhigang.li committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    2161440 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2017

  1. fixed asscess filter bug

    zhigang.li committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    a5157ab View commit details
    Browse the repository at this point in the history
  2. fixed the bug of own-space

    zhigang.li committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    4af568e View commit details
    Browse the repository at this point in the history
  3. update

    zhigang.li committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    7969f68 View commit details
    Browse the repository at this point in the history
  4. update

    zhigang.li committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    f949514 View commit details
    Browse the repository at this point in the history
  5. fixed the bug of message count show

    zhigang.li committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    9a5a9b7 View commit details
    Browse the repository at this point in the history
  6. update

    zhigang.li committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    11fb55d View commit details
    Browse the repository at this point in the history
  7. fixed bug of article publish

    zhigang.li committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    e0eb93e View commit details
    Browse the repository at this point in the history
  8. update package.json

    zhigang.li committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    d07b959 View commit details
    Browse the repository at this point in the history
  9. update

    zhigang.li committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    9816ca2 View commit details
    Browse the repository at this point in the history
  10. add english doc

    zhigang.li committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    58e20ce View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. Configuration menu
    Copy the full SHA
    ae49d0f View commit details
    Browse the repository at this point in the history
  2. update

    zhigang.li committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    d9fd828 View commit details
    Browse the repository at this point in the history
  3. update

    zhigang.li committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    f18bcb3 View commit details
    Browse the repository at this point in the history
  4. util.openNewpage is not need

    zhigang.li committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    d38855c View commit details
    Browse the repository at this point in the history
  5. fixed bug of shrinkable-menu about icon color

    zhigang.li committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    83be601 View commit details
    Browse the repository at this point in the history
  6. Update README_EN.md

    Lison committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    ee8e70c View commit details
    Browse the repository at this point in the history
  7. updated

    zhigang.li committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    2fe4023 View commit details
    Browse the repository at this point in the history
  8. update to 1.2.1

    zhigang.li committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    f672a7a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    741891e View commit details
    Browse the repository at this point in the history
  10. publish

    zhigang.li committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    06305fb View commit details
    Browse the repository at this point in the history
  11. remove gif

    zhigang.li committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    ccef045 View commit details
    Browse the repository at this point in the history
  12. update

    zhigang.li committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    77432ba View commit details
    Browse the repository at this point in the history
  13. add pic

    zhigang.li committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    b558f79 View commit details
    Browse the repository at this point in the history
  14. add readme

    zhigang.li committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    8f65158 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. update to 2.0

    zhigang.li committed May 18, 2018
    Configuration menu
    Copy the full SHA
    b14e85b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2018

  1. Rename app.vue to App.vue

    Lison committed May 20, 2018
    Configuration menu
    Copy the full SHA
    cf5f885 View commit details
    Browse the repository at this point in the history
  2. 修复点击标签导航报错的bug

    zhigang.li committed May 20, 2018
    Configuration menu
    Copy the full SHA
    6e435a1 View commit details
    Browse the repository at this point in the history
  3. commit

    zhigang.li committed May 20, 2018
    Configuration menu
    Copy the full SHA
    1e3a929 View commit details
    Browse the repository at this point in the history
  4. 修复标签导航关闭单个标签报错bug

    zhigang.li committed May 20, 2018
    Configuration menu
    Copy the full SHA
    17e5468 View commit details
    Browse the repository at this point in the history
  5. commit

    zhigang.li committed May 20, 2018
    Configuration menu
    Copy the full SHA
    af49474 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. Configuration menu
    Copy the full SHA
    96d89d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Merge branch '2.0' into template

    # Conflicts:
    #	.babelrc
    #	.eslintrc.js
    #	.postcssrc.js
    #	package-lock.json
    #	package.json
    #	src/components/login-form/index.js
    #	src/components/login-form/login-form.vue
    #	src/components/parent-view/index.js
    #	src/components/parent-view/parent-view.vue
    #	src/config/index.js
    #	src/libs/api.request.js
    #	src/libs/axios.js
    #	src/libs/tools.js
    #	src/libs/util.js
    #	src/locale/index.js
    #	src/locale/lang/en-US.js
    #	src/locale/lang/zh-CN.js
    #	src/locale/lang/zh-TW.js
    #	src/main.js
    #	src/mock/index.js
    #	src/mock/login.js
    #	src/router/index.js
    #	src/router/routers.js
    #	src/store/module/app.js
    #	src/view/components/count-to/count-to.vue
    #	src/view/error-page/error-content.vue
    #	src/view/login/login.less
    #	src/view/login/login.vue
    #	src/view/main/components/header-bar/custom-bread-crumb/custom-bread-crumb.vue
    #	src/view/main/components/header-bar/header-bar.less
    #	src/view/main/components/header-bar/header-bar.vue
    #	src/view/main/components/header-bar/index.js
    #	src/view/main/components/side-menu/collapsed-menu.vue
    #	src/view/main/components/side-menu/index.js
    #	src/view/main/components/side-menu/mixin.js
    #	src/view/main/components/side-menu/side-menu-item.vue
    #	src/view/main/components/side-menu/side-menu.less
    #	src/view/main/components/side-menu/side-menu.vue
    #	src/view/main/components/tags-nav/index.js
    #	src/view/main/components/tags-nav/tags-nav.less
    #	src/view/main/components/tags-nav/tags-nav.vue
    #	src/view/main/components/user/index.js
    #	src/view/main/components/user/user.less
    #	src/view/main/components/user/user.vue
    #	src/view/main/main.less
    #	src/view/main/main.vue
    #	src/view/single-page/home/home.vue
    #	tests/e2e/plugins/index.js
    #	tests/e2e/specs/test.js
    #	tests/e2e/support/index.js
    #	tests/unit/HelloWorld.spec.js
    #	vue.config.js
    [email protected] committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    e0a35d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. Configuration menu
    Copy the full SHA
    dca0c13 View commit details
    Browse the repository at this point in the history
  2. 更新简易模板,基于https://github.com/iview/iview-admin/releases/tag/v2.0.0-beta9

    删除示例页,关闭多语言,关闭错误日志收集
    [email protected] committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    1d06fb3 View commit details
    Browse the repository at this point in the history