changeprod

main
scout 2 months ago
parent 1553e32b41
commit 8de47c0aad

@ -5,7 +5,7 @@
export default {
config: {
baseUrl: 'http://114.218.158.24:9020',
baseUrl: 'https://erpapi.fontree.cn',
header: {
"Content-Type": "application/json;charset=UTF-8",
// 'Content-Type':'application/x-www-form-urlencoded'

@ -7,7 +7,7 @@ import api from '@/http/'
Vue.use(uView)
Vue.prototype.$common = common;
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
App.mpType = 'app'

@ -126,7 +126,7 @@
</view>
</view>
<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

Loading…
Cancel
Save