Commit 2cf0b575 by 陈超

A

parent a2295ed6
......@@ -412,7 +412,7 @@
})
.catch(e => {
this.loading = false
console.log(e)
})
},
//清除数据
......
......@@ -167,7 +167,7 @@
</template>
<script>
import {getOrderInfo, shipsImmediately,cancelOrderMethod} from '@/api/mall/merchantMallorder'
import {getOrderInfo,cancelOrderMethod} from '@/api/mall/merchantMallorder'
import {ZmMixin} from '@/mixins/ZmMixin.js'
export default {
name:"businessOrder",
......
......@@ -2,7 +2,8 @@
* 配置参考:
* https://cli.vuejs.org/zh/config/
*/
const url = 'http://linshenxs-gateway:9999'
//const url = 'http://linshenxs-gateway:9999'
const url = 'http://47.108.51.175:9999'
const CompressionWebpackPlugin = require('compression-webpack-plugin')
const productionGzipExtensions = ['js', 'css']
module.exports = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment