Browse Source

1128 21:08

11
mo 5 years ago
parent
commit
44161a7571

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


+ 0 - 1
dist/static/css/chunk-4b4f1147.74b2a2b0.css

@@ -1 +0,0 @@
-.el-button--primary[data-v-9c0e503e],.el-button--primary[data-v-9c0e503e]:active,.el-button--primary[data-v-9c0e503e]:focus,.el-button--primary[data-v-9c0e503e]:hover{background:#14928a;border-color:#14928a;color:#fff}.el-row[data-v-9c0e503e]{margin-top:40px}.el-col[data-v-9c0e503e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-right:50%}.el-input-group[data-v-9c0e503e]{width:200px;margin:0 20px}[data-v-9c0e503e] .el-tree-node__content{height:40px!important}

+ 1 - 0
dist/static/css/chunk-eaacea64.8d58865b.css

@@ -0,0 +1 @@
+.el-button--primary[data-v-cd4046f0],.el-button--primary[data-v-cd4046f0]:active,.el-button--primary[data-v-cd4046f0]:focus,.el-button--primary[data-v-cd4046f0]:hover{background:#14928a;border-color:#14928a;color:#fff}.el-row[data-v-cd4046f0]{margin-top:40px}.el-col[data-v-cd4046f0]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-right:50%}.el-input-group[data-v-cd4046f0]{width:200px;margin:0 20px}[data-v-cd4046f0] .el-tree-node__content{height:40px!important}

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.3b8a2da9.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-09753c97.1560699f.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-09753c97.de0320d6.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-09c9fdd9.032b0c05.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-09c9fdd9.ae632aaf.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-377484c0.ad3e47bd.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-377484c0.c1521a1b.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-3f405b60.5382ea25.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-3f405b60.a0bca7bf.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-4b4f1147.3babea38.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-5ec46df2.57e3920d.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-642244ea.f5ed6f10.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-643eb91f.7ce29d90.js


+ 0 - 0
dist/static/js/chunk-874b5212.12a7290a.js → dist/static/js/chunk-874b5212.b86f8424.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-eaacea64.42c21ae3.js


+ 1 - 1
src/utils/request.js

@@ -46,7 +46,7 @@ function tryHideFullScreenLoading () {
 const service = axios.create({
   baseURL: '', // url = base url + request url
   // withCredentials: true, // send cookies when cross-domain requests
-  timeout: 10000 // request timeout
+  timeout: 5000 // request timeout
 })
 // { fullscreen: true, text: '努力加载中', spinner: 'el-icon-loading' }
 // request interceptor

+ 3 - 3
vue.config.js

@@ -6,7 +6,7 @@ function resolve (dir) {
   return path.join(__dirname, dir)
 }
 
-const name = defaultSettings.title || '大雅后台管理系统' // page title
+const name = defaultSettings.title || '管乐迷后台管理系统' // page title
 
 // If your port is set to 80,
 // use administrator privileges to execute the command line.
@@ -18,10 +18,10 @@ const name = defaultSettings.title || '大雅后台管理系统' // page title
 // 
 // let target = 'http://testadm.dayaedu.com/' //勇哥迁库
 // let target = 'http://192.168.3.27:8000' // 箭河
-let target = 'http://192.168.3.28:8000' //邹璇
+// let target = 'http://192.168.3.28:8000' //邹璇
 // let target = 'http://192.168.3.8:8000' //勇哥
 // let target = 'http://47.99.212.176:8000' // 测试服
-// let target = 'http://192.168.3.48:8080' // 乔
+let target = 'http://192.168.3.48:8080' // 乔
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 module.exports = {
   /**

Some files were not shown because too many files changed in this diff