|
|
@@ -567,7 +567,7 @@
|
|
|
uploadrequest (option) {
|
|
|
let _this = this
|
|
|
if (process.client) {
|
|
|
- const myDomain = window.location.host
|
|
|
+ const myDomain = '10.76.248.23' //window.location.host
|
|
|
axios.post(process.env.upfilehost, {})
|
|
|
.then(function (res) {
|
|
|
if (res.data && res.data.fid && res.data.fid !== '') {
|
|
|
@@ -608,7 +608,6 @@
|
|
|
}
|
|
|
api.importExcel(params, this.$axios).then(res => {
|
|
|
this.importloading = false
|
|
|
- console.log(res)
|
|
|
if (res.data.code === 0) {
|
|
|
this.$message({
|
|
|
type: 'success',
|