浏览代码

sunguidong

zhangguidong 2 年之前
父节点
当前提交
99060d986f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/shop/view/invoice/edit.html

+ 1 - 1
app/shop/view/invoice/edit.html

@@ -54,7 +54,7 @@
 		//普通图片上传
 		var uploadInst = upload.render({
 			elem: '#imgUpload',
-			url: ns.url("shop/upload/image"),
+			url: ns.url("shop/upload/video"),
 			done: function (res) {
 				if (res.code >= 0) {
 					file = res.data.pic_path;