fix package

This commit is contained in:
limqhz
2021-07-10 15:36:37 +08:00
parent 806528af1c
commit 8acd763b5e
4 changed files with 4 additions and 10 deletions

View File

@@ -1,5 +1,3 @@
module.exports = {
NODE_ENV: '"development"',
BASE_API: '"http://localhost:8098"',
APP_ORIGIN: '"https://wallstreetcn.com"'
NODE_ENV: '"development"'
}

View File

@@ -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"'
};

View File

@@ -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"'
};

View File

@@ -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()