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