南昌市物联网技防平台-前端
zengh
2021-01-28 ed7d83972a3e440b41b3aa1cb49fc88cc447bd9e
Merge remote-tracking branch 'origin/master' into master
2 files modified
5 ■■■■■ changed files
.eslintrc.js 3 ●●●● patch | view | raw | blame | history
src/page/index/top/top-theme.vue 2 ●●● patch | view | raw | blame | history
.eslintrc.js
@@ -9,7 +9,8 @@
  ],
  rules: {
    'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
    'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
    'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
    "no-unused-vars": 'off'
  },
  parserOptions: {
    parser: 'babel-eslint'
src/page/index/top/top-theme.vue
@@ -32,7 +32,7 @@
  data () {
    return {
      box: false,
      text: "",
      text: "白色主题",
      list: [
        {
          name: "默认主题",