kelly520010 3 years ago
parent
commit
08bd637a6e

+ 1
- 1
.env.development View File



# .env.development # .env.development
# base api # base api
VITE_APP_BASE_URL = 'http://localhost:8080'
VITE_APP_BASE_URL = 'http://10.52.0.172:10389/csms'

+ 1
- 1
.env.production View File



# .env.production # .env.production
# base api # base api
VITE_APP_BASE_URL = 'http://localhost:8080'
VITE_APP_BASE_URL = 'http://10.52.0.172:10389/csms'

+ 2
- 2
src/App.vue View File

#app { #app {
width: 100%; width: 100%;
height: 100%; height: 100%;
font-family: 'Microsoft Yahei', Arial, sans-serif
font-family: 'Microsoft Yahei', Arial, sans-serif;
} }
#app .content-warpper{
#app .content-warpper {
padding: 0 22px 20px; padding: 0 22px 20px;
/* background: #f8f8f8; */ /* background: #f8f8f8; */
} }

+ 1
- 1
src/views/weixingrong/vehicleEnquirChange/vehicleEnquirChange.vue View File

const { proxy }: any = getCurrentInstance() const { proxy }: any = getCurrentInstance()
onMounted(() => { onMounted(() => {
proxy.$request proxy.$request
.get('api/user', {})
.post('api/uc/trafficrecord/query', {})
.then((res: any) => { .then((res: any) => {
console.log(res, '=====123') console.log(res, '=====123')
}) })

Loading…
Cancel
Save