|
@@ -417,7 +417,11 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import { CORE_API, EXAM_WORK_API, OUTLET_API } from "@/constants/constants.js";
|
|
|
+import {
|
|
|
+ CORE_API,
|
|
|
+ EXAM_WORK_API,
|
|
|
+ EXCHANGE_API
|
|
|
+} from "@/constants/constants.js";
|
|
|
import { mapState } from "vuex";
|
|
|
|
|
|
export default {
|
|
@@ -462,7 +466,7 @@ export default {
|
|
|
photo: { url: "" },
|
|
|
|
|
|
errMessages: [],
|
|
|
- uploadAction: OUTLET_API + "/facepp/add",
|
|
|
+ uploadAction: EXCHANGE_API + "/facepp/add",
|
|
|
uploadData: {},
|
|
|
fileLoading: false,
|
|
|
fileList: [],
|