Commit a0b97de1 authored by nature's avatar nature

去除debugger

parent de34e915
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
</template> </template>
<script> <script>
import { formatNumber, isDef, isObject, isString } from '../../../packages/common/utils' import { formatNumber, isDef, isObject } from '../../common/utils'
export default { export default {
name: 'Field', name: 'Field',
......
...@@ -188,7 +188,6 @@ export default { ...@@ -188,7 +188,6 @@ export default {
'Authorization': 'Bearer ' + window.localStorage.access_token, 'Authorization': 'Bearer ' + window.localStorage.access_token,
} }
headers = Object.assign(headers, uploadHeader) headers = Object.assign(headers, uploadHeader)
debugger
axios.post(url, param, { axios.post(url, param, {
headers: headers, headers: headers,
}).then(function (result) { }).then(function (result) {
......
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