@@ -8,9 +8,17 @@
diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue
index 19d3083f..24a92f1d 100644
--- a/src/layout/components/TagsView/index.vue
+++ b/src/layout/components/TagsView/index.vue
@@ -12,31 +12,21 @@
@click.middle.native="closeSelectedTag(tag)"
@contextmenu.prevent.native="openMenu(tag,$event)"
>
- {{ generateTitle(tag.title) }}
+ {{ tag.title }}
-
-
diff --git a/src/views/i18n-demo/local.js b/src/views/i18n-demo/local.js
deleted file mode 100644
index 9b43e605..00000000
--- a/src/views/i18n-demo/local.js
+++ /dev/null
@@ -1,63 +0,0 @@
-
-export default {
- zh: {
- i18nView: {
- title: '切换语言',
- note: '本项目国际化基于 vue-i18n',
- datePlaceholder: '请选择日期',
- selectPlaceholder: '请选择',
- tableDate: '日期',
- tableName: '姓名',
- tableAddress: '地址',
- default: '默认按钮',
- primary: '主要按钮',
- success: '成功按钮',
- info: '信息按钮',
- warning: '警告按钮',
- danger: '危险按钮',
- one: '一',
- two: '二',
- three: '三'
- }
- },
- en: {
- i18nView: {
- title: 'Switch Language',
- note: 'The internationalization of this project is based on vue-i18n',
- datePlaceholder: 'Pick a day',
- selectPlaceholder: 'Select',
- tableDate: 'tableDate',
- tableName: 'tableName',
- tableAddress: 'tableAddress',
- default: 'default:',
- primary: 'primary',
- success: 'success',
- info: 'info',
- warning: 'warning',
- danger: 'danger',
- one: 'One',
- two: 'Two',
- three: 'Three'
- }
- },
- es: {
- i18nView: {
- title: 'Switch Language',
- note: 'The internationalization of this project is based on vue-i18n',
- datePlaceholder: 'Pick a day',
- selectPlaceholder: 'Select',
- tableDate: 'tableDate',
- tableName: 'tableName',
- tableAddress: 'tableAddress',
- default: 'default:',
- primary: 'primary',
- success: 'success',
- info: 'info',
- warning: 'warning',
- danger: 'danger',
- one: 'One',
- two: 'Two',
- three: 'Three'
- }
- }
-}
diff --git a/src/views/login/components/SocialSignin.vue b/src/views/login/components/SocialSignin.vue
index cbfb15d2..e9bf4f21 100644
--- a/src/views/login/components/SocialSignin.vue
+++ b/src/views/login/components/SocialSignin.vue
@@ -1,10 +1,12 @@
- 微信
+
+ WeChat
- QQ
+
+ QQ
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index 27f11ef5..5fb3f6e3 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -1,12 +1,9 @@
-
+
-
- {{ $t('login.title') }}
-
-
+ Login Form
@@ -16,11 +13,11 @@
@@ -34,10 +31,10 @@
ref="password"
v-model="loginForm.password"
:type="passwordType"
- :placeholder="$t('login.password')"
+ placeholder="Password"
name="password"
tabindex="2"
- auto-complete="on"
+ autocomplete="on"
@keyup.native="checkCapslock"
@blur="capsTooltip = false"
@keyup.enter.native="handleLogin"
@@ -48,30 +45,26 @@
-
- {{ $t('login.logIn') }}
-
+ Login
- {{ $t('login.username') }} : admin
- {{ $t('login.password') }} : {{ $t('login.any') }}
+ Username : admin
+ Password : any
-
- {{ $t('login.username') }} : editor
-
- {{ $t('login.password') }} : {{ $t('login.any') }}
+ Username : editor
+ Password : any
- {{ $t('login.thirdparty') }}
+ Or connect with
-
- {{ $t('login.thirdpartyTips') }}
+
+ Can not be simulated on local, so please combine you own business simulation! ! !
@@ -82,12 +75,11 @@
diff --git a/src/views/profile/components/Activity.vue b/src/views/profile/components/Activity.vue
new file mode 100644
index 00000000..dd5db3a5
--- /dev/null
+++ b/src/views/profile/components/Activity.vue
@@ -0,0 +1,185 @@
+
+
+
+
+
![]()
+
Iron Man
+
Shared publicly - 7:30 PM today
+
+
+ Lorem ipsum represents a long-held tradition for designers,
+ typographers and the like. Some people hate it and argue for
+ its demise, but others ignore the hate as they create awesome
+ tools to help create filler text for everyone from bacon lovers
+ to Charlie Sheen fans.
+
+
+ -
+
+
+ Share
+
+
+ -
+
+
+ Like
+
+
+
+
+
+
+
![]()
+
Captain American
+
Sent you a message - yesterday
+
+
+ Lorem ipsum represents a long-held tradition for designers,
+ typographers and the like. Some people hate it and argue for
+ its demise, but others ignore the hate as they create awesome
+ tools to help create filler text for everyone from bacon lovers
+ to Charlie Sheen fans.
+
+
+ -
+
+
+ Share
+
+
+ -
+
+
+ Like
+
+
+
+
+
+
+
![]()
+
Spider Man
+
Posted 4 photos - 2 days ago
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/profile/components/Timeline.vue b/src/views/profile/components/Timeline.vue
new file mode 100644
index 00000000..ba90b3d2
--- /dev/null
+++ b/src/views/profile/components/Timeline.vue
@@ -0,0 +1,43 @@
+
+
+
+
+
+ {{ item.title }}
+ {{ item.content }}
+
+
+
+
+
+
+
diff --git a/src/views/profile/components/UserCard.vue b/src/views/profile/components/UserCard.vue
new file mode 100644
index 00000000..c2ce1aa8
--- /dev/null
+++ b/src/views/profile/components/UserCard.vue
@@ -0,0 +1,134 @@
+
+
+
+ About me
+
+
+
+
+
+ Hello
+ {{ user.role }}
+
+
+
+
{{ user.name }}
+
{{ user.role | uppercaseFirst }}
+
+
+
+
+
+
+
+
+ JS in Computer Science from the University of Technology
+
+
+
+
+
+
+
+
+ Vue
+
+
+
+ JavaScript
+
+
+
+ Css
+
+
+
+ ESLint
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/profile/index.vue b/src/views/profile/index.vue
new file mode 100644
index 00000000..87e4f94f
--- /dev/null
+++ b/src/views/profile/index.vue
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/redirect/index.vue b/src/views/redirect/index.vue
index bf56fbcd..db4c1d66 100644
--- a/src/views/redirect/index.vue
+++ b/src/views/redirect/index.vue
@@ -1,6 +1,6 @@