Browse Source

增加版本号

seimin 2 years ago
parent
commit
55976d329a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main.js

+ 1 - 0
src/main.js

@@ -9,6 +9,7 @@ import Store from "./store/store";
9
 // import http from "../src/request/http";
9
 // import http from "../src/request/http";
10
 import "lib-flexible";
10
 import "lib-flexible";
11
 import "./filters";
11
 import "./filters";
12
+console.info('v1.0.1');
12
 Vue.use(Cube);
13
 Vue.use(Cube);
13
 // 设置默认请求接口(删掉地址栏中的后缀)
14
 // 设置默认请求接口(删掉地址栏中的后缀)
14
 let domainName = document.domain; //域名
15
 let domainName = document.domain; //域名