|
@@ -44,7 +44,7 @@
|
|
|
|
|
|
<script>
|
|
|
import Popup from "../../components/edit-popup.vue";
|
|
|
-
|
|
|
+import Request from "../../share/http";
|
|
|
export default {
|
|
|
components: { Popup },
|
|
|
data() {
|
|
@@ -116,7 +116,7 @@ export default {
|
|
|
let _this = this;
|
|
|
//#ifdef MP-WEIXIN
|
|
|
wx.uploadFile({
|
|
|
- url: "http://shoupiao.hdlkeji.com/api/Upload/upload",
|
|
|
+ url: "https://zxj.star-trace.net/api/Upload/upload",
|
|
|
filePath: img,
|
|
|
name: "file",
|
|
|
success(res) {
|