文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit 079a51a5 by 李景熙

Merge branch 'common' of https://gitlab.redhtc.com/Berlincen/DA-Platform into common

parents a217e902 7e4e4857
.DS_Store
node_modules/
/dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
...@@ -9,3 +9,4 @@ $theme-color: #409EFF !default; //element原生蓝,主题色及按钮色 ...@@ -9,3 +9,4 @@ $theme-color: #409EFF !default; //element原生蓝,主题色及按钮色
$bg-color: #d9ecff !default; //背景蓝 $bg-color: #d9ecff !default; //背景蓝
$font-color-footer: #969595 !default; //注脚的字体颜色 $font-color-footer: #969595 !default; //注脚的字体颜色
$divider-color: #DCDFE6 !default; //分割线颜色 $divider-color: #DCDFE6 !default; //分割线颜色
...@@ -45,7 +45,7 @@ export default { ...@@ -45,7 +45,7 @@ export default {
login () { login () {
this.$router.push('/index').catch(data => {}) this.$router.push('/index').catch(data => {})
}, },
register(){ register () {
this.$router.push('/index').catch(data => {}) this.$router.push('/index').catch(data => {})
} }
} }
......
...@@ -36,10 +36,12 @@ export default { ...@@ -36,10 +36,12 @@ export default {
<!-- Add 'scoped' attribute to limit CSS to this component only --> <!-- Add 'scoped' attribute to limit CSS to this component only -->
<style scoped lang='scss'> <style scoped lang='scss'>
@import '@/assets/scss/config.scss';
.nav-header-container{ .nav-header-container{
padding-left: 10%; padding-left: 10%;
padding-right: 10%; padding-right: 10%;
background-color: #409EFF; min-width: $min-width;
background-color: $theme-color;
.logout-btn{ .logout-btn{
float: right; float: right;
} }
......
...@@ -16,6 +16,7 @@ export default new Router({ ...@@ -16,6 +16,7 @@ export default new Router({
{ {
path: '/index', path: '/index',
name: 'index', name: 'index',
redirect: '/taskhall',
component: Index, component: Index,
children: [ children: [
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment