no message
This commit is contained in:
parent
9e403cd413
commit
9f3dadf902
@ -11,6 +11,6 @@ VUE_APP_BASE_API = '/dev-api'
|
|||||||
VUE_APP_PUBLIC_PATH = '/'
|
VUE_APP_PUBLIC_PATH = '/'
|
||||||
|
|
||||||
# 后端接口地址
|
# 后端接口地址
|
||||||
VUE_APP_SERVER_URL = 'http://192.168.0.196:8081/'
|
VUE_APP_SERVER_URL = 'http://192.168.0.178:8008/'
|
||||||
|
|
||||||
http://192.168.0.196:8080/
|
# http://192.168.1.6:8008/
|
||||||
|
@ -11,5 +11,8 @@ VUE_APP_BASE_API = '/dev-api'
|
|||||||
VUE_APP_PUBLIC_PATH = '/'
|
VUE_APP_PUBLIC_PATH = '/'
|
||||||
|
|
||||||
# 后端接口地址
|
# 后端接口地址
|
||||||
VUE_APP_SERVER_URL = 'http://192.168.0.196:8080/'
|
VUE_APP_SERVER_URL = 'http://192.168.0.178:8008'
|
||||||
|
|
||||||
|
# # cp端地址
|
||||||
|
# VUE_PC_SERVER_URL = 'http://192.168.1.6:82/'
|
||||||
|
|
||||||
|
@ -11,4 +11,7 @@ VUE_APP_BASE_API = '/fuint-application/'
|
|||||||
VUE_APP_PUBLIC_PATH = '/fuintAdmin/'
|
VUE_APP_PUBLIC_PATH = '/fuintAdmin/'
|
||||||
|
|
||||||
# 后端接口地址
|
# 后端接口地址
|
||||||
VUE_APP_SERVER_URL = 'http://192.168.1.4:8080/'
|
VUE_APP_SERVER_URL = 'http://192.168.1.6:8008/'
|
||||||
|
|
||||||
|
# cp端地址
|
||||||
|
VUE_PC_SERVER_URL = 'http://192.168.1.6:82/'
|
||||||
|
@ -11,4 +11,6 @@ VUE_APP_BASE_API = '/stage-api'
|
|||||||
VUE_APP_PUBLIC_PATH = '/'
|
VUE_APP_PUBLIC_PATH = '/'
|
||||||
|
|
||||||
# 后端接口地址
|
# 后端接口地址
|
||||||
VUE_APP_SERVER_URL = 'http://192.168.1.4:8080/'
|
VUE_APP_SERVER_URL = 'http://192.168.1.6:8008/'
|
||||||
|
# cp端地址
|
||||||
|
VUE_PC_SERVER_URL = 'http://192.168.1.6:82/'
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# \u6570\u636E\u5E93\u914D\u7F6E
|
# \u6570\u636E\u5E93\u914D\u7F6E
|
||||||
|
|
||||||
spring.datasource.url=jdbc:mysql://192.168.1.3:3306/fuint-db?useUnicode=true&characterEncoding=UTF8&useSSL=false&allowMultiQueries=true
|
spring.datasource.url=jdbc:mysql://47.95.206.185:3306/oilSystem?useUnicode=true&characterEncoding=UTF8&useSSL=false&allowMultiQueries=true
|
||||||
|
|
||||||
spring.datasource.username=root
|
spring.datasource.username=oilSystem
|
||||||
spring.datasource.password=qqzcy@1014
|
spring.datasource.password=qqzcy@1014
|
||||||
|
|
||||||
#spring.datasource.url=jdbc:mysql://localhost:3306/fuint-db?useUnicode=true&characterEncoding=UTF8&useSSL=false&allowMultiQueries=true
|
#spring.datasource.url=jdbc:mysql://localhost:3306/fuint-db?useUnicode=true&characterEncoding=UTF8&useSSL=false&allowMultiQueries=true
|
||||||
|
@ -11,4 +11,4 @@ VUE_APP_BASE_API = '/stage-api'
|
|||||||
VUE_APP_PUBLIC_PATH = '/'
|
VUE_APP_PUBLIC_PATH = '/'
|
||||||
|
|
||||||
# 后端接口地址
|
# 后端接口地址
|
||||||
VUE_APP_SERVER_URL = 'http://localhost:8082/stage-api/'
|
VUE_APP_SERVER_URL = 'http://localhost:8008/stage-api/'
|
||||||
|
@ -2,10 +2,11 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
// baseUrl: 'https://vue.ruoyi.vip/prod-api',
|
// baseUrl: 'https://vue.ruoyi.vip/prod-api',
|
||||||
// baseUrl: 'http://192.168.0.196:8081/',
|
// baseUrl: 'http://192.168.0.196:8081/',
|
||||||
baseUrl: 'http://192.168.0.121:8080/',
|
// baseUrl: 'http://192.168.1.4:8080/',
|
||||||
|
baseUrl: 'http://localhost:8008/',
|
||||||
// baseUrl: 'http://192.168.1.5:8002/cdJdc',
|
// baseUrl: 'http://192.168.1.5:8002/cdJdc',
|
||||||
|
|
||||||
imagesUrl: 'https://www.tuofeng.cc/oilRescue',
|
imagesUrl: 'http://www.nuoyunr.com/lananRsc',
|
||||||
// 应用信息
|
// 应用信息
|
||||||
appInfo: {
|
appInfo: {
|
||||||
// 应用名称
|
// 应用名称
|
||||||
|
Loading…
Reference in New Issue
Block a user