Browse Source

footer:提交忽略文件

zhanghui 5 months ago
parent
commit
016c65403a
2 changed files with 11 additions and 2 deletions
  1. 9 0
      .gitignore
  2. 2 2
      common/js/env.js

+ 9 - 0
.gitignore

@@ -0,0 +1,9 @@
+# node_modules #
+node_modules
+
+# dist #
+unpackage
+
+# idea #
+.idea
+*.iml

+ 2 - 2
common/js/env.js

@@ -1,5 +1,5 @@
-// let baseUrl = `http://admin.yaojiuapp.com/api`
-let baseUrl = `http://192.168.1.70:8801`
+let baseUrl = `http://admin.yaojiuapp.com/api`
+// let baseUrl = `http://192.168.1.70:8801`
 
 // 变量可自行添加修改
 export default { //存放变量的容器