sunlupeng 6 kuukautta sitten
vanhempi
commit
0dade5cbce

+ 21 - 0
.gitignore

@@ -0,0 +1,21 @@
+.DS_Store
+node_modules
+/dist
+
+# local env files
+.env.local
+.env.*.local
+
+# Log files
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+
+# Editor directories and files
+.idea
+.vscode
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.sw?

+ 2 - 2
elevator-ui/bak/src/config/index.js

@@ -3,8 +3,8 @@ const { MODE } = import.meta.env
 
 // 公用配置
 let config = {
-  // api: 'http://111.172.230.93:9876', // 本地测试
-  api: 'https://api.hbrja.com', // 本地测试
+  api: 'http://47.103.79.143:9876', // 本地测试
+  // api: 'https://api.hbrja.com', // 本地测试
   // api: 'http://31c84bb0.r36.cpolar.top ', // 内网
   cdn: 'https://minio.hbrja.com',
   prefix: ''

+ 1 - 1
elevator-ui/bak/src/pages/views/big-screen/index.vue

@@ -7,7 +7,7 @@ const toDetail = (item) => {
   console.log('toDetail =>', item)
   const { name, areaCode, address } = item
   const domain = address.replace(
-    'http://111.172.230.93:7001',
+    'http://47.103.79.143:7001',
     'https://h5.hbrja.com'
   )