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