changeprod
This commit is contained in:
parent
1553e32b41
commit
8de47c0aad
@ -5,7 +5,7 @@
|
|||||||
export default {
|
export default {
|
||||||
config: {
|
config: {
|
||||||
|
|
||||||
baseUrl: 'http://114.218.158.24:9020',
|
baseUrl: 'https://erpapi.fontree.cn',
|
||||||
header: {
|
header: {
|
||||||
"Content-Type": "application/json;charset=UTF-8",
|
"Content-Type": "application/json;charset=UTF-8",
|
||||||
// 'Content-Type':'application/x-www-form-urlencoded'
|
// 'Content-Type':'application/x-www-form-urlencoded'
|
||||||
|
2
main.js
2
main.js
@ -7,7 +7,7 @@ import api from '@/http/'
|
|||||||
Vue.use(uView)
|
Vue.use(uView)
|
||||||
Vue.prototype.$common = common;
|
Vue.prototype.$common = common;
|
||||||
Vue.prototype.$api = api;
|
Vue.prototype.$api = api;
|
||||||
Vue.prototype.$baseUrl = "http://114.218.158.24:9020"; // "http://114.218.158.24:9022", "http://58.210.42.242:9085"
|
Vue.prototype.$baseUrl = "https://erpapi.fontree.cn"; // "http://114.218.158.24:9022", "http://58.210.42.242:9085"
|
||||||
Vue.config.productionTip = false
|
Vue.config.productionTip = false
|
||||||
App.mpType = 'app'
|
App.mpType = 'app'
|
||||||
|
|
||||||
|
@ -126,7 +126,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view style="display: flex;align-items: center;margin-top: 120rpx;">
|
<view style="display: flex;align-items: center;margin-top: 120rpx;">
|
||||||
<u-button type="primary" style="width: 130rpx;margin: 0; height: 90rpx;" @click="goback"
|
<u-button style="width: 130rpx;margin: 0;color: #fff; height: 90rpx;background: #CDCDCD;" @click="goback"
|
||||||
>返回</u-button
|
>返回</u-button
|
||||||
>
|
>
|
||||||
<u-button
|
<u-button
|
||||||
|
Loading…
Reference in New Issue
Block a user