|
|
@@ -43,6 +43,7 @@ import Count from "../../components/Count";
|
|
|
import Table from "./components/UploadRecordTable";
|
|
|
import TablePage from "../../components/TablePage";
|
|
|
import Detail from "./components/UploadRecordDetail";
|
|
|
+import { env_url } from "../../config/env"
|
|
|
export default {
|
|
|
components: {
|
|
|
Count,
|
|
|
@@ -59,7 +60,7 @@ export default {
|
|
|
pageSize: 20,
|
|
|
tableData: [],
|
|
|
asc: false,
|
|
|
- onlineUrl: "http://8.140.188.129:8080", //'http://8.140.188.129:8080'线上 //http://8.136.230.133:8080 //测试
|
|
|
+ onlineUrl: env_url, //'http://8.140.188.129:8080'线上 //http://8.136.230.133:8080 //测试
|
|
|
};
|
|
|
},
|
|
|
computed: {
|