处理后台管理系统、修复BUG、处理权限
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
app/amazon/__pycache__/approve - 副本.cpython-312.pyc
Normal file
BIN
app/amazon/__pycache__/approve - 副本.cpython-312.pyc
Normal file
Binary file not shown.
BIN
app/amazon/__pycache__/backend_api.cpython-312.pyc
Normal file
BIN
app/amazon/__pycache__/backend_api.cpython-312.pyc
Normal file
Binary file not shown.
BIN
app/amazon/__pycache__/price_match.cpython-312.pyc
Normal file
BIN
app/amazon/__pycache__/price_match.cpython-312.pyc
Normal file
Binary file not shown.
@@ -16,8 +16,6 @@ from blueprints.admin import admin_bp
|
||||
from blueprints.image import image_bp
|
||||
from blueprints.brand import brand_bp
|
||||
from blueprints.communication import communication_bp
|
||||
|
||||
|
||||
def create_app():
|
||||
app = Flask(__name__, template_folder=BASE_DIR, static_folder=BASE_DIR)
|
||||
frontend_origin = os.environ.get('FRONTEND_ORIGIN', '*')
|
||||
|
||||
BIN
app/blueprints/__pycache__/brand_备份.cpython-312.pyc
Normal file
BIN
app/blueprints/__pycache__/brand_备份.cpython-312.pyc
Normal file
Binary file not shown.
@@ -21,9 +21,6 @@ import requests
|
||||
import subprocess
|
||||
|
||||
from amazon.del_brand import kill_process
|
||||
|
||||
|
||||
|
||||
with open("version.txt","w",encoding="utf-8") as file:
|
||||
file.write(json.dumps({"version":version}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user