chenrui  3 anni fa
parent
commit
88b3fb5c2c
2 ha cambiato i file con 17 aggiunte e 1 eliminazioni
  1. 16 0
      src/settings.js
  2. 1 1
      vue.config.js

+ 16 - 0
src/settings.js

@@ -0,0 +1,16 @@
+module.exports = {
+
+  title: 'Amr',
+  tagsView: true,
+  /**
+   * @type {boolean} true | false
+   * @description Whether fix the header
+   */
+  fixedHeader: false,
+
+  /**
+   * @type {boolean} true | false
+   * @description Whether show the logo in sidebar
+   */
+  sidebarLogo: false
+}

+ 1 - 1
vue.config.js

@@ -38,7 +38,7 @@ module.exports = {
     },
     proxy: {
       '/dev-api': {
-        target: 'http://139.198.181.133:5000/',
+        target: 'http://139.198.181.133:5000',
         // 允许跨域
         changeOrigin: true,
         pathRewrite: {