ソースを参照

计算器-页面标题

panyong 3 年 前
コミット
dd5b027046
2 ファイル変更4 行追加6 行削除
  1. 3 5
      htmldev/accessmanage/.eslintrc.js
  2. 1 1
      htmldev/accessmanage/vue.config.js

+ 3 - 5
htmldev/accessmanage/.eslintrc.js

@@ -5,7 +5,8 @@ module.export = {
   },
   parserOptions: {
     ecmaVersion: 7,
-    sourceType: "module"
+    sourceType: "module",
+    parser: "babel-eslint"
   },
   extends: [
     'plugin:vue/essential'
@@ -17,8 +18,5 @@ module.export = {
   rules: {
     "no-console": "off",
     "no-extra-semi": "off"
-  },
-  parserOption: {
-    parser: "babel-eslint"
   }
-}
+}

+ 1 - 1
htmldev/accessmanage/vue.config.js

@@ -40,7 +40,7 @@ module.exports = {
     // before: require('./mock/mock-server.js')
     proxy: {
       '/api': {
-        target: 'http://auth-api.codedreamit.com/',
+        target: 'http://auth-api.codedreamit.com',
         changeOrigin: true,
         pathRewrite: {
           '^/api': 'api'