diff --git a/.eslintrc.js b/.eslintrc.js index 624e923..bdd2a35 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,32 +1,32 @@ -// module.exports = { -// root: true, -// env: { -// node: true -// }, -// 'extends': [ -// 'plugin:vue/essential', -// // '@vue/standard' -// ], -// rules: { -// "semi": [0], -// 'indent': 'off', -// 'vue/script-indent': [ -// 'error', -// 4, -// { -// 'baseIndent': 1 -// } -// ], -// 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', -// 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', -// 'vue/no-parsing-error': [ -// 2, -// { -// "x-invalid-end-tag": false -// } -// ] -// }, -// parserOptions: { -// parser: 'babel-eslint' -// } -// } \ No newline at end of file +module.exports = { + root: true, + env: { + node: true + }, + 'extends': [ + 'plugin:vue/essential', + // '@vue/standard' + ], + rules: { + "semi": [0], + 'indent': 'off', + 'vue/script-indent': [ + 'error', + 4, + { + 'baseIndent': 1 + } + ], + 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', + 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', + 'vue/no-parsing-error': [ + 2, + { + "x-invalid-end-tag": false + } + ] + }, + parserOptions: { + parser: 'babel-eslint' + } +} \ No newline at end of file diff --git a/public/favicon.jpg b/public/favicon.jpg new file mode 100644 index 0000000..0926f5d Binary files /dev/null and b/public/favicon.jpg differ diff --git a/public/index.html b/public/index.html index 5d5c643..3a4f468 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ - + <%= VUE_APP_TITLE %> diff --git a/src/components/blindBoxList/index.vue b/src/components/blindBoxList/index.vue index 5ba77e2..4c2236c 100644 --- a/src/components/blindBoxList/index.vue +++ b/src/components/blindBoxList/index.vue @@ -74,7 +74,7 @@
{{row.title}}
- {{item}} + {{item}}
diff --git a/src/router/routes.js b/src/router/routes.js index 43025e4..98a7f06 100644 --- a/src/router/routes.js +++ b/src/router/routes.js @@ -28,7 +28,7 @@ import set from './modules/set'; const frameIn = [{ path: '/store/', meta: { - title: 'CRMEB' + title: '元数仓商户端' }, redirect: { name: 'home_index' diff --git a/src/setting.js b/src/setting.js index 0812d77..212ba33 100644 --- a/src/setting.js +++ b/src/setting.js @@ -23,7 +23,7 @@ const Setting = { * 基础配置 * */ // 网页标题的后缀 - titleSuffix: util.cookies.get('pageTitle') || 'CRMEB', + titleSuffix: util.cookies.get('pageTitle') || '元数仓商户端', // 路由模式,可选值为 history 或 hash routerMode: 'history', // 页面切换时,是否显示模拟的进度条