sunlupeng 6 kuukautta sitten
vanhempi
commit
10aa62e1c2

+ 1 - 1
elevator-ui/mobile-screen/.env.developoment

@@ -1,5 +1,5 @@
 # 开发环境
 NODE_ENV = development
 VUE_APP_MODE = development
-VUE_APP_BASE_URL = http://111.172.230.93:9876
+VUE_APP_BASE_URL = http://47.103.79.143:9876
 VUE_APP_BASE_API = '/prod-api'

+ 1 - 1
elevator-ui/mobile-screen/.env.production

@@ -1,5 +1,5 @@
 # 生产环境
 NODE_ENV = 'production'
 VUE_APP_MODE = 'production'
-VUE_APP_BASE_URL = http://111.172.230.93:9876
+VUE_APP_BASE_URL = http://47.103.79.143:9876
 VUE_APP_BASE_API = '/prod-api'

BIN
elevator-ui/mobile-screen/dist.zip


+ 1 - 1
elevator-ui/mobile-screen/vue.config.js

@@ -16,7 +16,7 @@ module.exports = {
     host: "0.0.0.0",
     proxy: {
       "/prod-api": {
-        target: "http://111.172.230.93:9876", // 后台接口域名
+        target: "http://47.103.79.143:9876", // 后台接口域名
         changeOrigin: true, // 开启代理,在本地创建一个虚拟服务端
         pathRewrite: {
           "^/prod-api": "", // 重写路径,去掉路径前缀 '/api'

BIN
elevator-ui/mobile-screen/电梯手机.zip


+ 1 - 1
elevator-ui/rja-eva-admin-master/vite.config.ts

@@ -17,7 +17,7 @@ export default defineApplicationConfig({
     server: {
       proxy: {
         '/prod-api': {
-          target: 'http://111.172.230.93:9876',
+          target: 'http://47.103.79.143:9876',
           changeOrigin: true,
           ws: true,
           rewrite: (path) => path.replace(new RegExp(`^/prod-api`), ''),

BIN
elevator-ui/rja-eva-admin-master/电梯项目后管.zip


+ 1 - 1
elevator-ui/screen/.env.developoment

@@ -1,5 +1,5 @@
 # 开发环境
 NODE_ENV = development
 VUE_APP_MODE = development
-VUE_APP_BASE_URL = http://111.172.230.93:9876
+VUE_APP_BASE_URL = http://47.103.79.143:9876
 VUE_APP_BASE_API = '/prod-api'

+ 1 - 1
elevator-ui/screen/.env.production

@@ -1,5 +1,5 @@
 # 生产环境
 NODE_ENV = 'production'
 VUE_APP_MODE = 'production'
-VUE_APP_BASE_URL = http://111.172.230.93:9876
+VUE_APP_BASE_URL = http://47.103.79.143:9876
 VUE_APP_BASE_API = '/prod-api'

BIN
elevator-ui/screen/dist.zip


+ 1 - 1
elevator-ui/screen/vue.config.js

@@ -9,7 +9,7 @@ module.exports = {
     port: 8080,
     proxy: {
       "/prod-api": {
-        target: "http://111.172.230.93:9876", // 后台接口域名
+        target: "http://47.103.79.143:9876", // 后台接口域名
         changeOrigin: true, // 开启代理,在本地创建一个虚拟服务端
         pathRewrite: {
           "^/prod-api": "", // 重写路径,去掉路径前缀 '/api'

BIN
elevator-ui/screen/电梯大屏.zip