= 5 anos atrás
pai
commit
359fbf05a3

+ 1 - 1
statement-pc/config/index.js

@@ -23,7 +23,7 @@ module.exports = {
     // Use Eslint Loader?
     // If true, your code will be linted during bundling and
     // linting errors and warnings will be shown in the console.
-    useEslint: true,
+    useEslint: false,
     // If true, eslint errors and warnings will also be shown in the error overlay
     // in the browser.
     showEslintErrorsInOverlay: false,

+ 3 - 3
statement-pc/src/views/dashboard/components/FansChart.vue

@@ -52,7 +52,7 @@ export default {
           trigger: 'axis'
         },
         legend: {
-          data: ['服务号'],
+          data: ['小程序'],
           textStyle: {
             color: '#fff'
           }
@@ -111,7 +111,7 @@ export default {
         ],
         series: [
           {
-            name: '服务号',
+            name: '小程序',
             smooth: true,
             type: 'line',
             stack: '总量',
@@ -142,4 +142,4 @@ export default {
 
 <!-- <style rel="stylesheet/scss" lang="scss" scoped>
 </style>
- -->
+ -->