Commit 84797cf9 authored by 黄奎's avatar 黄奎

页面修改

parent 5eb33907
......@@ -65,7 +65,7 @@
<el-form-item label="用户名" prop="EmpAccount">
<el-input v-model="addMsg.EmpAccount" class="w400" size="small" maxlength="20" />
</el-form-item>
<el-form-item label="密码" prop="EmpPwd">
<el-form-item label="密码" prop="EmpPwd" v-if="addMsg.EmpId==0">
<el-input type="password" v-model="addMsg.EmpPwd" size="small" maxlength="20" class="w400" />
</el-form-item>
<el-form-item label="昵称" prop="EmpName">
......
......@@ -56,13 +56,11 @@ export default {
Vue.prototype.domainManager = function () {
let domainUrl = '';
let javaUrl = 'http://192.168.2.65:8018';
// domainUrl = "http://192.168.1.27:8200";
// domainUrl = "https://localhost:5001";
// domainUrl= "http://192.168.1.48:8019"
domainUrl = "http://192.168.1.13:8088"
domainUrl = "http://192.168.20.8:8200"
let vtUploadUrl = "http://192.168.1.214:8120";
let vtViewUrl = "http://192.168.1.214:8130";
let vtUploadUrl = "http://192.168.20.214:8120";
let vtViewUrl = "http://192.168.20.214:8130";
let locationName = window.location.hostname;
if (locationName.indexOf('testmall.oytour') !== -1) {
......
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