Commit 2cf0b575 by 陈超

A

parent a2295ed6
...@@ -412,7 +412,7 @@ ...@@ -412,7 +412,7 @@
}) })
.catch(e => { .catch(e => {
this.loading = false this.loading = false
console.log(e)
}) })
}, },
//清除数据 //清除数据
......
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
</template> </template>
<script> <script>
import {getOrderInfo, shipsImmediately,cancelOrderMethod} from '@/api/mall/merchantMallorder' import {getOrderInfo,cancelOrderMethod} from '@/api/mall/merchantMallorder'
import {ZmMixin} from '@/mixins/ZmMixin.js' import {ZmMixin} from '@/mixins/ZmMixin.js'
export default { export default {
name:"businessOrder", name:"businessOrder",
......
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
* 配置参考: * 配置参考:
* https://cli.vuejs.org/zh/config/ * 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 CompressionWebpackPlugin = require('compression-webpack-plugin')
const productionGzipExtensions = ['js', 'css'] const productionGzipExtensions = ['js', 'css']
module.exports = { 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