fix package
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
NODE_ENV: '"development"',
|
NODE_ENV: '"development"'
|
||||||
BASE_API: '"http://localhost:8098"',
|
|
||||||
APP_ORIGIN: '"https://wallstreetcn.com"'
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
NODE_ENV: '"production"',
|
NODE_ENV: '"production"'
|
||||||
BASE_API: '"http://oms.ldnz.rxjt.co"',
|
|
||||||
APP_ORIGIN: '"http://oms.ldnz.rxjt.co"'
|
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
NODE_ENV: '"production"',
|
NODE_ENV: '"production"'
|
||||||
BASE_API: '"http://oms.ldnz.ydd100.cn"',
|
|
||||||
APP_ORIGIN: '"http://oms.ldnz.ydd100.cn"'
|
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -290,7 +290,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
disabledDate(time) {
|
disabledDate(time) {
|
||||||
if (self.copyParam.leftDate) {
|
if (self.copyParam.leftDate) {
|
||||||
if (new Date(self.copyParam.leftDate).getDate() === new Date(time).getDate()) {
|
if (new Date(self.copyParam.leftDate).getDate() === new Date(time).getDate()) {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
return new Date(self.copyParam.leftDate).getTime() > new Date(time).getTime()
|
return new Date(self.copyParam.leftDate).getTime() > new Date(time).getTime()
|
||||||
|
|||||||
Reference in New Issue
Block a user