Commit c1009eae by hjl

xg

parent 41b0de89
......@@ -36,6 +36,7 @@
:prop="column.key"
:label="column.label"
:width="column.width"
:fixed ='column.fixed'
align="center"
></el-table-column>
</template>
......
......@@ -3,9 +3,9 @@ import { Message } from "element-ui";
import { getToken } from "@/utils/auth";
const config = {
proxy: 'http://192.168.3.87:8881', // 本地
// proxy: "https://exam.smart-zj.cn:9100/exam/", // 新线上地址
// proxy: "http://81.69.231.72:8881/", // 测试地址
proxy: "http://81.69.231.72:8881/", // 测试地址
};
//axios基本配置
......
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