更新
This commit is contained in:
부모
14bf2dc2f6
커밋
e74632e5fa
@ -84,6 +84,7 @@
|
|||||||
"vuex": "3.1.0",
|
"vuex": "3.1.0",
|
||||||
"xlsx": "0.14.1"
|
"xlsx": "0.14.1"
|
||||||
},
|
},
|
||||||
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0",
|
"@babel/core": "7.0.0",
|
||||||
"@babel/plugin-transform-runtime": "^7.12.10",
|
"@babel/plugin-transform-runtime": "^7.12.10",
|
||||||
|
@ -103,8 +103,8 @@ export default {
|
|||||||
return {
|
return {
|
||||||
loginForm: {
|
loginForm: {
|
||||||
username: 13588441519,
|
username: 13588441519,
|
||||||
password: 123456,
|
// password: 123456,
|
||||||
// password: '123abc.'
|
password: '123abc.',
|
||||||
mobile: 13588441519,
|
mobile: 13588441519,
|
||||||
oauthCode: 13588441519,
|
oauthCode: 13588441519,
|
||||||
openId: 13588441519,
|
openId: 13588441519,
|
||||||
|
@ -46,8 +46,8 @@ module.exports = {
|
|||||||
// 这里写入需要代理的api和对应的目标地址
|
// 这里写入需要代理的api和对应的目标地址
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
// target: 'http://192.168.0.148:8080',
|
// target: 'http://192.168.1.56:8080',
|
||||||
target: 'http://a.wms.picaiba.com/api',
|
target: 'http://a.wms.picaiba.com',
|
||||||
// target: 'http://192.168.0.127:8080',
|
// target: 'http://192.168.0.127:8080',
|
||||||
// target: 'http://192.168.0.165:8080',
|
// target: 'http://192.168.0.165:8080',
|
||||||
// target: 'http://192.168.43.105:8080',
|
// target: 'http://192.168.43.105:8080',
|
||||||
|
불러오는 중...
Reference in New Issue
Block a user